Gets the index that contains the keys for the histogram's bins.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Index<T> Bins { get; set; }
Public Property Bins As Index(Of T)
Get
Set
public:
property Index<T>^ Bins {
Index<T>^ get ();
void set (Index<T>^ value);
}
member Bins : Index<'T> with get, set
Property Value
Type:
IndexT
Reference