You are here: Start » AVL.NET » AVL.HistogramDataAverage Method

AVL.HistogramDataAverage Method

Computes the average of the histogrammed numeric data.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Error type Description
DomainError Input histogram contains negative bins in HistogramDataAverage.
DomainError The histogrammed data is empty in HistogramDataAverage.

See also