| HistogramAddData Method (Double) |
Add one data point to the histogram. If the datapoint falls outside the range of the histogram,
the lowerbound or upperbound will automatically adapt.
Namespace: MathNet.Numerics.StatisticsAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public void AddData(
double d
)
Parameters
- d
- Type: SystemDouble
The datapoint which we want to add.
See Also