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

AVL.AddProfiles_OfLoop Method

Adds profiles appearing in consecutive iterations value by value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AddProfiles_OfLoop(
	ref AvlNet.AddProfiles_OfLoopState ioState,
	AvlNet.Profile inProfile,
	out AvlNet.Profile outProfile
)

Parameters

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

Description

Loop version of AddProfiles.

Errors

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

See also