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

Invoke.NegateHistogram

Negates each bin value.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also