Gets the number of data points that were smaller than the smallest bin boundary.

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

Syntax

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

See Also