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

Invoke.MaximumHistogram_OfLoop

Computes the maximum of histograms appearing in consecutive iterations bar by bar.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void MaximumHistogram_OfLoop
(
	Avl.HistogramCombinators_OfLoopState ioState,
	Avl.Histogram inHistogram,
	Avl.Histogram outHistogram
)

Parameters

Name Type Range Default Description
ioStateAvl.HistogramCombinators_OfLoopState
inHistogramAvl.HistogramInput histogram.
outHistogramAvl.HistogramOutput histogram.

See also