You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Combinators » AVL.MaximumHistogram_OfArray

AVL.MaximumHistogram_OfArray

Computes the maximum of histograms of an array bar by bar.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void MaximumHistogram_OfArray
(
	IList<AvlNet.Histogram> inHistogramArray,
	AvlNet.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inHistogramArraySystem.Collections.Generic.IList<AvlNet.Histogram>
outHistogramAvlNet.HistogramOutput histogram.

Description

Array version of MaximumHistogram.

See also