You are here: Start » AVL.NET » Function Reference » Profile » Profile Combinators » 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.ProfileCombinators_OfLoopState ioState,
	AvlNet.Profile inProfile,
	AvlNet.Profile outProfile
)

Parameters

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

Description

Loop version of MaximumProfile.

See also