You are here: Start » AVL.NET » 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
(
	AvlNet.Histogram[] inHistogramArray,
	out AvlNet.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inHistogramArrayAvlNet.Histogram[]
outHistogramAvlNet.HistogramOutput histogram.

Description

Array version of MaximumHistogram.

Errors

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

See also