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

Invoke.HistogramDataNthValue

Computes nth smallest (or largest) value of the histogrammed numeric data.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void HistogramDataNthValue
(
	Fil.Histogram inHistogram,
	double inN,
	Fil.SortingOrder inSortingOrder,
	out float outNthValue
)

Parameters

Name Type Range Default Description
inHistogramFil.HistogramInput histogram.
inNdouble
inSortingOrderFil.SortingOrder
outNthValuefloatNth smallest (or largest) value of the histogrammed data.

See also