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

FIS.HistogramDataNthValue Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void HistogramDataNthValue
(
	FilNet.Histogram inHistogram,
	double inN,
	FilNet.SortingOrder inSortingOrder,
	out float outNthValue
)

Parameters

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

See also