Histogram<T>.Bins Property

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

Definition

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

Property Value

Index<T>

See Also