You are here: Start » AVL.NET » AVL.MaximumProfile(AvlNet.Profile, AvlNet.Profile, AvlNet.Profile)

AVL.MaximumProfile(AvlNet.Profile, AvlNet.Profile, AvlNet.Profile)

Computes the maximum of two profiles point by point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void MaximumProfile(
	AvlNet.Profile inProfile1,
	AvlNet.Profile inProfile2,
	out AvlNet.Profile outProfile
)

Parameters

inProfile1
Type: AvlNet.Profile
First input profile
inProfile2
Type: AvlNet.Profile
Second input profile
outProfile
Type: AvlNet.Profile
Output profile

Errors

Error type Description
DomainError Input profiles have different lengths in MaximumProfile.

See also