You are here: Start » AVL.NET » AVL.HistogramAverage Method
AVL.HistogramAverage Method
Computes the average of histogram bin values.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void HistogramAverage( AvlNet.Histogram inHistogram, out float outAverage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram | AvlNet.Histogram | Input histogram. | ||
![]() | outAverage | float | Output average. |
Errors
| Error type | Description |
|---|---|
| DomainError | Input histogram is empty in HistogramAverage. |


