Gets the index that contains the keys for the histogram's bins.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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
Numerical Libraries
Supported in: 6.0
Reference