You are here: Start » AVL.NET » AVL.AddHistograms_OfLoop(AvlNet.AddHistograms_OfLoopState, AvlNet.Histogram, AvlNet.Histogram)

AVL.AddHistograms_OfLoop(AvlNet.AddHistograms_OfLoopState, AvlNet.Histogram, AvlNet.Histogram)

Adds histograms appearing in consecutive iterations bar by bar.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void AddHistograms_OfLoop(
	ref AvlNet.AddHistograms_OfLoopState ioState,
	AvlNet.Histogram inHistogram,
	out AvlNet.Histogram outHistogram
)

Parameters

ioState
Type: AvlNet.AddHistograms_OfLoopState
inHistogram
Type: AvlNet.Histogram
Input histogram
outHistogram
Type: AvlNet.Histogram
Output histogram

Description

Loop version of AddHistograms.

Errors

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

See also