You are here: Start » AVL.NET » Invoke.TestProfileDominatesProfile

Invoke.TestProfileDominatesProfile

Checks whether values in the first profile are greater or equal than corresponding values in the second profile.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestProfileDominatesProfile
(
	Avl.Profile inProfile1,
	Avl.Profile inProfile2,
	out bool outDominates
)

Parameters

Name Type Range Default Description
inProfile1Avl.ProfileInput profile1.
inProfile2Avl.ProfileInput profile2.
outDominatesbool

See also