You are here: Start » AVL.NET » AVL.HistogramDataMaximum(AvlNet.Histogram, float)
AVL.HistogramDataMaximum(AvlNet.Histogram, float)
Computes the largest value of the histogrammed numeric data.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void HistogramDataMaximum( AvlNet.Histogram inHistogram, out float outMaximum )
Parameters
- inHistogram
- Type: AvlNet.Histogram
Input histogram - outMaximum
- Type: System.Single
Maximum of the histogrammed data
Errors
| Error type | Description |
|---|---|
| DomainError | The histogrammed data is empty in HistogramDataMaximum. |
