You are here: Start » FIL.NET » FIL.HistogramDataQuantile
Computes the specified quantile of the histogrammed numeric data.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void HistogramDataQuantile ( FilNet.Histogram inHistogram, float inQuantilePoint, out float outQuantileValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | FilNet.Histogram | Input histogram. | ||
![]() | inQuantilePoint | float | <0.0f, 1.0f> | 0.5f | Default value: 0.5f. |
![]() | outQuantileValue | float |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty histogram on input in HistogramDataQuantile. |
DomainError | Input histogram contains negative bins in HistogramDataQuantile. |
DomainError | The histogrammed data is empty in HistogramDataQuantile. |