You are here: Start » FIL.NET » FIS.DifferentiateProfile Method

FIS.DifferentiateProfile Method

Computes the derivative of a profile.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DifferentiateProfile
(
	FilNet.Profile inProfile,
	bool inCyclic,
	FilNet.DifferentiationMethod inDifferentiationMethod,
	FilNet.Profile outDerivative
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
inCyclicboolDefines whether to compute differences between first and last elements.
inDifferentiationMethodFilNet.DifferentiationMethodCentralDefault value: Central.
outDerivativeFilNet.Profile

See also