You are here:
Start »
AVL.NET »
AVL.HistogramDataQuantile(AvlNet.Histogram, float, float)
AVL.HistogramDataQuantile(AvlNet.Histogram, float, float)
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void HistogramDataQuantile(
AvlNet.Histogram inHistogram,
float inQuantilePoint,
out float outQuantileValue
)
Parameters
- inHistogram
- Type: AvlNet.Histogram
- inQuantilePoint
- Type: System.Single
- outQuantileValue
- Type: System.Single
Errors
| Error type |
Description |
| DomainError |
The histogrammed data is empty in HistogramDataQuantile. |
See also