HistogramDataMaximum


Computes the approximation of the largest value of the histogrammed numeric data.

Syntax

C++
C#
Python
 
def HistogramDataMaximum(
	inHistogram: Histogram,
	/
)
-> outMaximum: float

Parameters

Name Type Default Description
Input value inHistogram Histogram Input histogram
Output value outMaximum float Maximum of the histogrammed data