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


