TestHistogramDominatesHistogram
Checks whether the values in the first histogram are greater or equal than corresponding values in the second histogram.
Syntax
C++
C#
Python
def TestHistogramDominatesHistogram( inHistogram1: Histogram, inHistogram2: Histogram, / ) -> outDominates: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram1 | Histogram | Input histogram1 | |
![]() |
inHistogram2 | Histogram | Input histogram2 | |
![]() |
outDominates | bool |


