You are here: Start » FIL.NET » Function Reference » Histogram » Histogram Data Statistics » FIL.HistogramDataAverage
Computes the average of the histogrammed numeric data.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void HistogramDataAverage ( FilNet.Histogram inHistogram, out float outAverage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | FilNet.Histogram | Input histogram. | ||
![]() | outAverage | float | Average of the histogrammed data. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty histogram on input in HistogramDataAverage. |
DomainError | Input histogram contains negative bins or its data is empty in HistogramDataAverage. |