You are here: Start » FIL.NET » FIS.HistogramDataQuantile Method

FIS.HistogramDataQuantile Method

Computes the specified quantile of the histogrammed numeric data.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void HistogramDataQuantile
(
	FilNet.Histogram inHistogram,
	float inQuantilePoint,
	out float outQuantileValue
)

Parameters

Name Type Range Default Description
inHistogramFilNet.HistogramInput histogram.
inQuantilePointfloat<0.0f, 1.0f>0.5fDefault value: 0.5f.
outQuantileValuefloat

See also