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

AVL.MultiplyProfiles_OfLoop

Multiplies profiles appearing in consecutive iterations value by value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void MultiplyProfiles_OfLoop
(
	AvlNet.MultiplyProfiles_OfLoopState ioState,
	AvlNet.Profile inProfile,
	AvlNet.Profile outProfile
)

Parameters

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

Description

Loop version of MultiplyProfiles.

Errors

List of possible exceptions:

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

See also