Gets the number of bins in the histogram.

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

Syntax

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

See Also