HistogramDataAverage


Computes the average of the histogrammed numeric data.

Syntax

C++
C#
Python
 
def HistogramDataAverage(
	inHistogram: Histogram,
	/
)
-> outAverage: float

Parameters

Name Type Default Description
Input value inHistogram Histogram Input histogram
Output value outAverage float Average of the histogrammed data