HistogramAdd |
| Name | Description | |
|---|---|---|
| AddData(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. | |
| AddData(IEnumerableDouble) | Add a sequence of data point to the histogram. If the datapoint falls outside the range of the histogram, the lowerbound or upperbound will automatically adapt. |