Histogram Constructor (IListDouble) |
Create a histogram with the given bin borders.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public Histogram(
IList<double> binBorders
)
Public Sub New (
binBorders As IList(Of Double)
)
public:
Histogram(
IList<double>^ binBorders
)
new :
binBorders : IList<float> -> Histogram
Parameters
- binBorders
- Type: System.Collections.GenericIListDouble
A list of bin borders.
Exceptions See Also