You are here:
Start »
AVL.NET »
AVL.HistogramDataNthValue Method
AVL.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,
int inN,
AvlNet.SortingOrder inSortingOrder,
out float outNthValue
)
Parameters
Errors
| Error type |
Description |
| DomainError |
Input histogram contains negative bins in HistogramDataNthValue. |
| DomainError |
Selected N exceeds index range in HistogramDataNthValue. |
See also