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

Invoke.AbsoluteHistogram

Transforms each bin value to its absolute value.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AbsoluteHistogram
(
	Avl.Histogram inHistogram,
	Avl.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inHistogramAvl.HistogramInput histogram.
outHistogramAvl.HistogramOutput histogram.

See also