You are here: Start » AVL.NET » AVS.DifferentiateProfile Method

AVS.DifferentiateProfile Method

Computes the derivative of a profile.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inCyclicboolDefines whether to compute differences between first and last elements.
inDifferentiationMethodAvlNet.DifferentiationMethodCentralDefault value: Central.
outDerivativeAvlNet.Profile

See also