HistogramDataAverage
Computes the average of the histogrammed numeric data.
Syntax
C++
C#
Python
def HistogramDataAverage( inHistogram: Histogram, / ) -> outAverage: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram | Histogram | Input histogram | |
![]() |
outAverage | float | Average of the histogrammed data |


