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

FIS.HistogramAverage Method

Computes the average of histogram bin values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void HistogramAverage
(
	FilNet.Histogram inHistogram,
	out double outAverage
)

Parameters

Name Type Range Default Description
inHistogramFilNet.HistogramInput histogram.
outAveragedoubleOutput average.

See also