Histogram<T>.Bins Property

Gets the index that contains the keys for the histogram's bins.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Index<T> Bins { get; set; }

Property Value

Index<T>

See Also