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

AVL.HistogramAverage Method

Computes the average of histogram bin values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void HistogramAverage(
	AvlNet.Histogram inHistogram,
	out float outAverage
)

Parameters

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

Errors

Error type Description
DomainError Input histogram is empty in HistogramAverage.

See also