You are here: Start » FIL.NET » Invoke.HistogramDataQuantile

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
inHistogramFil.HistogramInput histogram.
inQuantilePointfloat<0.0f, 1.0f>0.5fDefault value: 0.5f.
outQuantileValuefloat

See also