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

AVL.MinimumProfile_OfArray Method

Computes the minimum of profiles of an array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

Description

Array version of MinimumProfile.

Errors

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

See also