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

Invoke.DifferentiateProfile

Computes the derivative of a profile.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void DifferentiateProfile
(
	Fil.Profile inProfile,
	bool inCyclic,
	Fil.DifferentiationMethod inDifferentiationMethod,
	Fil.Profile outDerivative
)

Parameters

Name Type Range Default Description
inProfileFil.ProfileInput profile.
inCyclicboolDefines whether to compute differences between first and last elements.
inDifferentiationMethodFil.DifferentiationMethodCentralDefault value: Central.
outDerivativeFil.Profile

See also