You are here:
Start »
AVL.NET »
AVL.HistogramDataMinimum Method
AVL.HistogramDataMinimum Method
Computes the approximation of the smallest value of the histogrammed numeric data.
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void HistogramDataMinimum(
AvlNet.Histogram inHistogram,
out float outMinimum
)
Parameters
|
Name |
Type |
Range |
Default |
Description |
 | inHistogram | AvlNet.Histogram | | | Input histogram. |
 | outMinimum | float | | | Minimum of the histogrammed data. |
Errors
| Error type |
Description |
| DomainError |
The histogrammed data is empty in HistogramDataMinimum. |
See also