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

Invoke.DifferenceHistogram

Computes histogram representing difference between corresponding bars of given histograms.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void DifferenceHistogram
(
	Avl.Histogram inHistogram1,
	Avl.Histogram inHistogram2,
	Avl.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inHistogram1Avl.HistogramInput histogram1.
inHistogram2Avl.HistogramInput histogram2.
outHistogramAvl.HistogramOutput histogram.

See also