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

AVL.DifferentiateProfile_Step

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also