You are here: Start » FIL.NET » Function Reference » Histogram » Histogram Features » FIL.HistogramAverage

FIL.HistogramAverage

Computes the average of histogram bin values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Input histogram is empty in HistogramAverage.

See also