You are here: Start » FIL.NET » Invoke.DifferentiateProfile
Computes the derivative of a profile.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void DifferentiateProfile ( Fil.Profile inProfile, bool inCyclic, Fil.DifferentiationMethod inDifferentiationMethod, Fil.Profile outDerivative )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile | Fil.Profile | Input profile. | ||
![]() | inCyclic | bool | Defines whether to compute differences between first and last elements. | ||
![]() | inDifferentiationMethod | Fil.DifferentiationMethod | Central | Default value: Central. | |
![]() | outDerivative | Fil.Profile |


