You are here: Start » FIL.NET » Function Reference » Histogram » Histogram Relations » FIL.TestHistogramDominatesHistogram
Checks whether the values in the first histogram are greater or equal than corresponding values in the second histogram.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TestHistogramDominatesHistogram ( FilNet.Histogram inHistogram1, FilNet.Histogram inHistogram2, out bool outDominates )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram1 | FilNet.Histogram | Input histogram1. | ||
![]() | inHistogram2 | FilNet.Histogram | Input histogram2. | ||
![]() | outDominates | bool |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input histograms formats are not the same in TestHistogramDominatesHistogram. |