You are here: Start » AVL.NET » AVL.MaximumProfile_OfArray Method

AVL.MaximumProfile_OfArray Method

Computes the maximum of profiles of an array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MaximumProfile_OfArray(
	AvlNet.Profile[] inProfileArray,
	out AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileArrayAvlNet.Profile
outProfileAvlNet.ProfileOutput profile.

Description

Array version of MaximumProfile.

Errors

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

See also