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

FIS.HistogramDataMaximum Method

Computes the approximation of the largest value of the histogrammed numeric data.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void HistogramDataMaximum
(
	FilNet.Histogram inHistogram,
	out float outMaximum
)

Parameters

Name Type Range Default Description
inHistogramFilNet.HistogramInput histogram.
outMaximumfloatMaximum of the histogrammed data.

See also