HistogramDataMinimum


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

Syntax

C++
C#
Python
 
def HistogramDataMinimum(
	inHistogram: Histogram,
	/
)
-> outMinimum: float

Parameters

Name Type Default Description
Input value inHistogram Histogram Input histogram
Output value outMinimum float Minimum of the histogrammed data