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

AVS.NegateHistogram Method

Negates each bin value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also