Click or drag to resize

MergingDigestAdd Method (Double)

Add a sample to this TDigest.

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

Parameters

x
Type: SystemDouble
The data value to add.
See Also