You are here: Start » AVL.NET » Function Reference » Profile » Profile Relations » AVL.TestProfileDominatesProfile

AVL.TestProfileDominatesProfile

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

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

Parameters

Name Type Range Default Description
inProfile1AvlNet.ProfileInput profile1.
inProfile2AvlNet.ProfileInput profile2.
outDominatesbool

Errors

List of possible exceptions:

Error type Description
DomainError Input profiles have different lengths in TestProfileDominatesProfile.
DomainError Input profiles have different X coordinates in TestProfileDominatesProfile.

See also