You are here: Start » AVL.NET » AVL.MinimumHistogram_OfArray

AVL.MinimumHistogram_OfArray

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void MinimumHistogram_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 MinimumHistogram.

Errors

List of possible exceptions:

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

See also