You are here: Start » AVL.NET » AVL.HistogramDataNthValue(AvlNet.Histogram, int, AvlNet.SortingOrder, float)
AVL.HistogramDataNthValue(AvlNet.Histogram, int, AvlNet.SortingOrder, float)
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, int inN, AvlNet.SortingOrder inSortingOrder, out float outNthValue )
Parameters
- inHistogram
- Type: AvlNet.Histogram
Input histogram - inN
- Type: System.Int32
- inSortingOrder
- Type: AvlNet.SortingOrder
- outNthValue
- Type: System.Single
Nth smallest (or largest) value of the histogrammed data
Errors
| Error type | Description |
|---|---|
| DomainError | Selected N exceeds index range in HistogramDataNthValue. |
| RuntimeError | Internal error in HistogramDataNthValue. |
