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

AVS.AbsoluteHistogram Method

Transforms each bin value to its absolute value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AbsoluteHistogram
(
	AvlNet.Histogram inHistogram,
	AvlNet.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inHistogramAvlNet.HistogramInput histogram.
outHistogramAvlNet.HistogramOutput histogram.

See also