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

AVL.MinimumProfile_OfLoop

Computes the minimum of profiles appearing in consecutive iterations.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void MinimumProfile_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 MinimumProfile.

See also