HistogramDataQuantile
Computes the specified quantile of the histogrammed numeric data.
Syntax
C++
C#
Python
def HistogramDataQuantile( inHistogram: Histogram, /, *, inQuantilePoint: float = 0.5 ) -> outQuantileValue: float
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inHistogram | Histogram | Input histogram | ||
![]() |
inQuantilePoint | float | 0.0 - 1.0 | 0.5 | |
![]() |
outQuantileValue | float |


