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


