You are here: Start » FIL.NET » FIL.MultiplyProfiles_OfArray

FIL.MultiplyProfiles_OfArray

Multiplies profiles of an array value by value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void MultiplyProfiles_OfArray
(
	IList<FilNet.Profile> inProfileArray,
	FilNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileArraySystem.Collections.Generic.IList<FilNet.Profile>
outProfileFilNet.ProfileOutput profile.

Description

Array 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