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


