You are here: Start » FIL.NET » Invoke.MaximumProfile

Invoke.MaximumProfile

Computes the maximum of two profiles point by point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void MaximumProfile
(
	Fil.Profile inProfile1,
	Fil.Profile inProfile2,
	Fil.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfile1Fil.ProfileFirst input profile.
inProfile2Fil.ProfileSecond input profile.
outProfileFil.ProfileOutput profile.

See also