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

Invoke.DifferenceProfile

Computes profile representing difference between corresponding values of given profiles.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void DifferenceProfile
(
	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