You are here: Start » AVL.NET » AVS.AddHistograms_OfArray Method

AVS.AddHistograms_OfArray Method

Adds histograms of an array bar by bar.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AddHistograms_OfArray
(
	IList<AvlNet.Histogram> inHistogramArray,
	AvlNet.Histogram outHistogram
)

Parameters

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

See also