You are here: Start » FIL.NET » Function Reference » Profile » Profile Combinators » FIL.MaximumProfile_OfArray

FIL.MaximumProfile_OfArray

Computes the maximum of profiles of an array.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void MaximumProfile_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 MaximumProfile.

See also