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

AVS.TestHistogramDominatesHistogram Method

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

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

See also