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

AVS.MaximumProfile_OfArray Method

Computes the maximum of profiles of an array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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.

See also