You are here: Start » AVL.NET » Invoke.HistogramDataQuantile
Computes the specified quantile of the histogrammed numeric data.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void HistogramDataQuantile ( Avl.Histogram inHistogram, float inQuantilePoint, out float outQuantileValue )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inHistogram | Avl.Histogram | Input histogram. | ||
![]()  | inQuantilePoint | float | <0.0f, 1.0f> | 0.5f | Default value: 0.5f. | 
![]()  | outQuantileValue | float | 


