You are here: Start » AVL.NET » AVL.TestHistogramDominatesHistogram
Checks whether 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 | |
|---|---|---|---|---|---|
![]() | inHistogram1 | AvlNet.Histogram | Input histogram1. | ||
![]() | inHistogram2 | AvlNet.Histogram | Input histogram2. | ||
![]() | outDominates | bool |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input histograms formats are not the same in TestHistogramDominatesHistogram. |


