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

AVS.HistogramAverage Method

Computes the average of histogram bin values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also