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

Invoke.MinimumProfile_OfArray

Computes the minimum of profiles of an array.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void MinimumProfile_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