You are here: Start » AVL.NET » AVL.MaximumProfile_OfLoop

AVL.MaximumProfile_OfLoop

Computes the maximum of profiles appearing in consecutive iterations.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void MaximumProfile_OfLoop
(
	AvlNet.MaximumProfile_OfLoopState ioState,
	AvlNet.Profile inProfile,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
ioStateAvlNet.MaximumProfile_OfLoopState
inProfileAvlNet.ProfileInput profile.
outProfileAvlNet.ProfileOutput profile.

Description

Loop version of MaximumProfile.

Errors

List of possible exceptions:

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

See also