You are here: Start » AVL.NET » AVL.AbsoluteHistogram(AvlNet.Histogram, AvlNet.Histogram)

AVL.AbsoluteHistogram(AvlNet.Histogram, AvlNet.Histogram)

Transforms each bin value to its absolute value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inHistogram
Type: AvlNet.Histogram
Input histogram
outHistogram
Type: AvlNet.Histogram
Output histogram

See also