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

AVL.HistogramAverage

Computes the average of histogram bin values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Input histogram is empty in HistogramAverage.

See also