You are here: Start » FIL.NET » FIL.HistogramDataNthValue
Computes nth smallest (or largest) value of the histogrammed numeric data.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void HistogramDataNthValue ( FilNet.Histogram inHistogram, int inN, FilNet.SortingOrder inSortingOrder, out float outNthValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | FilNet.Histogram | Input histogram. | ||
![]() | inN | int | |||
![]() | inSortingOrder | FilNet.SortingOrder | |||
![]() | outNthValue | float | Nth smallest (or largest) value of the histogrammed data. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input histogram contains negative bins in HistogramDataNthValue. |
DomainError | Selected N exceeds index range in HistogramDataNthValue. |