HistogramDataNthValue
Computes nth smallest (or largest) value of the histogrammed numeric data.
Syntax
C++
C#
Python
def HistogramDataNthValue( inHistogram: Histogram, inN: float, /, *, inSortingOrder: SortingOrder = SortingOrder.Ascending ) -> outNthValue: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram | Histogram | Input histogram | |
![]() |
inN | float | ||
![]() |
inSortingOrder | SortingOrder | SortingOrder.Ascending | |
![]() |
outNthValue | float | Nth smallest (or largest) value of the histogrammed data |


