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

AVS.DifferentiateProfile_Step Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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