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

AVL.NegateHistogram(AvlNet.Histogram, AvlNet.Histogram)

Negates each bin value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

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

See also