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

FIL.MaximumProfile_OfLoop

Computes the maximum of profiles appearing in consecutive iterations.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void MaximumProfile_OfLoop
(
	FilNet.MaximumProfile_OfLoopState ioState,
	FilNet.Profile inProfile,
	FilNet.Profile outProfile
)

Parameters

Name Type Range Default Description
ioStateFilNet.MaximumProfile_OfLoopState
inProfileFilNet.ProfileInput profile.
outProfileFilNet.ProfileOutput profile.

Description

Loop version of MaximumProfile.

Errors

List of possible exceptions:

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

See also