Click or drag to resize

HistogramTotal Property

Gets the total number of data points added to this histogram.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int Total { get; }

Property Value

Int32
Remarks
The total equals the sum of the count in all bins, plus NumSmaller and NumLarger.
See Also