Click or drag to resize

MergingDigestSize Property

Returns the number of points that have been added to this TDigest. (The sum of the weights on all centroids.)

Namespace:  FinAnalysis.Histogram
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public long Size { get; }

Property Value

Type: Int64
See Also