You are here: Start » FIL.NET » Invoke.HistogramDataNthValue
Computes nth smallest (or largest) value of the histogrammed numeric data.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void HistogramDataNthValue ( Fil.Histogram inHistogram, double inN, Fil.SortingOrder inSortingOrder, out float outNthValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | Fil.Histogram | Input histogram. | ||
![]() | inN | double | |||
![]() | inSortingOrder | Fil.SortingOrder | |||
![]() | outNthValue | float | Nth smallest (or largest) value of the histogrammed data. |