You are here: Start » AVL.NET » AVL.AddHistograms Method

AVL.AddHistograms Method

Adds two histograms bar by bar.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AddHistograms(
	AvlNet.Histogram inHistogram1,
	AvlNet.Histogram inHistogram2,
	out AvlNet.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inHistogram1AvlNet.HistogramInput histogram1.
inHistogram2AvlNet.HistogramInput histogram2.
outHistogramAvlNet.HistogramOutput histogram.

Description

The operation computes the sum of two histograms. That is, each bin of the resulting histogram equals the sum of corresponding bins of the input histograms.

Errors

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

See also