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

AVL.MaximumProfile_OfArray

Computes the maximum of profiles of an array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void MaximumProfile_OfArray
(
	IList<AvlNet.Profile> inProfileArray,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileArraySystem.Collections.Generic.IList<AvlNet.Profile>
outProfileAvlNet.ProfileOutput profile.

Description

Array version of MaximumProfile.

Errors

List of possible exceptions:

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

See also