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

Invoke.HistogramDataAverage

Computes the average of the histogrammed numeric data.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void HistogramDataAverage
(
	Fil.Histogram inHistogram,
	out float outAverage
)

Parameters

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

See also