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

Invoke.HistogramAverage

Computes the average of histogram bin values.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also