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


