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 | |
|---|---|---|---|---|---|
![]() | inProfile | AvlNet.Profile | Input profile. | ||
![]() | inCyclic | bool | Defines whether to compute differences between first and last elements. | ||
![]() | inDifferentiationMethod | AvlNet.DifferentiationMethod | Central | Default value: Central. | |
![]() | outDerivative | AvlNet.Profile |


