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


