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

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int Total { get; }
Visual Basic (Declaration)
Public ReadOnly Property Total As Integer
Visual C++
public:
property int Total {
	int get ();
}

Remarks

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

See Also