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

AVL.MultiplyHistograms_OfLoop Method

Multiply histograms appearing in consecutive iterations bar by bar.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MultiplyHistograms_OfLoop(
	ref AvlNet.MultiplyHistograms_OfLoopState ioState,
	AvlNet.Histogram inHistogram,
	out AvlNet.Histogram outHistogram
)

Parameters

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

Description

Loop version of MultiplyHistograms.

Errors

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

See also