Click or drag to resize

MergingDigestAdd Method (Double, Int32)

Adds a sample to a histogram.

Namespace:  FinAnalysis.Histogram
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public void Add(
	double x,
	int w
)

Parameters

x
Type: SystemDouble
The value to add.
w
Type: SystemInt32
The weight of this point.
See Also