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 | |
|---|---|---|---|---|
![]() |
inHistogram | Histogram | Input histogram | |
![]() |
outMinimum | float | Minimum of the histogrammed data |


