TestProfileDominatesProfile
Checks whether values in the first profile are greater or equal than corresponding values in the second profile.
Syntax
C++
C#
Python
def TestProfileDominatesProfile( inProfile1: Profile, inProfile2: Profile, / ) -> outDominates: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inProfile1 | Profile | Input profile1 | |
![]() |
inProfile2 | Profile | Input profile2 | |
![]() |
outDominates | bool |


