You are here: Start » AVL.NET » Function Reference » Histogram » Histogram Relations » AVL.TestHistogramDominatesHistogram

AVL.TestHistogramDominatesHistogram

Checks whether the values in the first histogram are greater or equal than corresponding values in the second histogram.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TestHistogramDominatesHistogram
(
	AvlNet.Histogram inHistogram1,
	AvlNet.Histogram inHistogram2,
	out bool outDominates
)

Parameters

Name Type Range Default Description
inHistogram1AvlNet.HistogramInput histogram1.
inHistogram2AvlNet.HistogramInput histogram2.
outDominatesbool

Errors

List of possible exceptions:

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

See also