You are here: Start » AVL.NET » AVL.MultiplyHistograms_OfLoop(AvlNet.MultiplyHistograms_OfLoopState, AvlNet.Histogram, AvlNet.Histogram)

AVL.MultiplyHistograms_OfLoop(AvlNet.MultiplyHistograms_OfLoopState, AvlNet.Histogram, AvlNet.Histogram)

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

ioState
Type: AvlNet.MultiplyHistograms_OfLoopState
inHistogram
Type: AvlNet.Histogram
outHistogram
Type: AvlNet.Histogram

Description

Loop version of MultiplyHistograms.

Errors

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

See also