You are here: Start » AVL.NET » AVL.MultiplyHistograms_OfLoop

AVL.MultiplyHistograms_OfLoop

Multiply histograms appearing in consecutive iterations bar by bar.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void MultiplyHistograms_OfLoop
(
	AvlNet.MultiplyHistograms_OfLoopState ioState,
	AvlNet.Histogram inHistogram,
	AvlNet.Histogram outHistogram
)

Parameters

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

Description

Loop version of MultiplyHistograms.

Errors

List of possible exceptions:

Error type Description
DomainError Input histograms formats are not the same in MultiplyHistograms.

See also