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

Invoke.MaximumProfile_OfArray

Computes the maximum of profiles of an array.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inProfileArraySystem.Collections.Generic.List<Avl.Profile>
outProfileAvl.ProfileOutput profile.

See also