You are here: Start » AVL.NET » Function Reference » Profile » Profile Combinators » AVL.MinimumProfile

AVL.MinimumProfile

Computes the minimum of two profiles point by point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void MinimumProfile
(
	AvlNet.Profile inProfile1,
	AvlNet.Profile inProfile2,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfile1AvlNet.ProfileFirst input profile.
inProfile2AvlNet.ProfileSecond input profile.
outProfileAvlNet.ProfileOutput profile.

Errors

List of possible exceptions:

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

See also