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

FIS.HistogramDataAverage Method

Computes the average of the histogrammed numeric data.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void HistogramDataAverage
(
	FilNet.Histogram inHistogram,
	out float outAverage
)

Parameters

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

See also