You are here: Start » AVL.NET » Invoke.TestHistogramDominatesHistogram
Checks whether the values in the first histogram are greater or equal than corresponding values in the second histogram.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void TestHistogramDominatesHistogram ( Avl.Histogram inHistogram1, Avl.Histogram inHistogram2, out bool outDominates )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inHistogram1 | Avl.Histogram | Input histogram1. | ||
![]()  | inHistogram2 | Avl.Histogram | Input histogram2. | ||
![]()  | outDominates | bool | 


