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

AVL.MaximumProfile_OfLoop Method

Computes the maximum of profiles appearing in consecutive iterations.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MaximumProfile_OfLoop(
	ref AvlNet.MaximumProfile_OfLoopState ioState,
	AvlNet.Profile inProfile,
	out AvlNet.Profile outProfile
)

Parameters

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

Description

Loop version of MaximumProfile.

Errors

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

See also