Gets the bin boundaries of the histogram.

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

Syntax

C#
public Interval[] Bins { get; }
Visual Basic (Declaration)
Public ReadOnly Property Bins As Interval()
Visual C++
public:
property array<Interval^>^ Bins {
	array<Interval^>^ get ();
}

See Also