You are here: Start » AVL.NET » Invoke.DifferentiateProfile_Step

Invoke.DifferentiateProfile_Step

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also