You are here: Start » AVL.NET » AVS.TestProfileDominatesProfile Method
AVS.TestProfileDominatesProfile Method
Checks whether values in the first profile are greater or equal than corresponding values in the second profile.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TestProfileDominatesProfile ( AvlNet.Profile inProfile1, AvlNet.Profile inProfile2, out bool outDominates )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile1 | AvlNet.Profile | Input profile1. | ||
![]() | inProfile2 | AvlNet.Profile | Input profile2. | ||
![]() | outDominates | bool |


