Gets a collection of histogram bins.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public HistogramBinsCollection Bins { get; }
Public ReadOnly Property Bins As HistogramBinsCollection
Get
public:
property HistogramBinsCollection^ Bins {
HistogramBinsCollection^ get ();
}
member Bins : HistogramBinsCollection with get
Property Value
Type:
HistogramBinsCollectionSee Also