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

Invoke.HistogramDataMaximum

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void HistogramDataMaximum
(
	Fil.Histogram inHistogram,
	out float outMaximum
)

Parameters

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

See also