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

Invoke.MultiplyHistograms_OfArray

Multiply histograms of an array bar by bar.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void MultiplyHistograms_OfArray
(
	List<Avl.Histogram> inHistogramArray,
	Avl.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inHistogramArraySystem.Collections.Generic.List<Avl.Histogram>
outHistogramAvl.HistogramOutput histogram.

See also