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