You are here: Start » AVL.NET » AVL.HistogramDataMinimum(AvlNet.Histogram, float)
AVL.HistogramDataMinimum(AvlNet.Histogram, float)
Computes 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
- inHistogram
- Type: AvlNet.Histogram
Input histogram - outMinimum
- Type: System.Single
Minimum of the histogrammed data
Errors
| Error type | Description |
|---|---|
| DomainError | The histogrammed data is empty in HistogramDataMinimum. |
