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