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

Invoke.DivideHistograms

Divides two histograms bar by bar.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void DivideHistograms
(
	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