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

Invoke.DifferentiateProfile

Computes the derivative of a profile.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inProfileAvl.ProfileInput profile.
inCyclicboolDefines whether to compute differences between first and last elements.
inDifferentiationMethodAvl.DifferentiationMethodCentralDefault value: Central.
outDerivativeAvl.Profile

See also