public Histogram(
IList<double> binBorders
)
Public Sub New (
binBorders As IList(Of Double)
)
public:
Histogram(
IList<double>^ binBorders
)
new :
binBorders : IList<float> -> Histogram
ArgumentNullException | binBorders is null. |
ArgumentException | binBorders has less than two values, or the values are not ordered. |