Histogram Constructor (Int32) |
Namespace: Meta.Numerics.Statistics
Exception | Condition |
---|---|
ArgumentOutOfRangeException | binCount is less than 1. |
By default, the bin borders are the integers, i.e. values in [0, 1) fall into bin 0, values in [1, 2) fall into bin 1, etc.