You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Data Statistics » AVL.HistogramDataAverage

AVL.HistogramDataAverage

Computes the average of the histogrammed numeric data.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Empty histogram on input in HistogramDataAverage.
DomainError Input histogram contains negative bins or its data is empty in HistogramDataAverage.

See also