You are here: Start » FIL.NET » Function Reference » Profile » Profile Local Transforms » FIL.DifferentiateProfile_Step

FIL.DifferentiateProfile_Step

Computes the derivative of a profile with a given difference step.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void DifferentiateProfile_Step
(
	FilNet.Profile inProfile,
	bool inCyclic,
	int inStep,
	FilNet.Profile outDerivative
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
inCyclicboolDefines whether to compute differences between first and last elements.
inStepint<1, INF>2Default value: 2.
outDerivativeFilNet.Profile

See also