DifferentiateProfile
Computes the derivative of a profile.
Syntax
C++
C#
Python
def DifferentiateProfile( inProfile: Profile, outDerivative: Profile, /, *, inCyclic: bool = False, inDifferentiationMethod: DifferentiationMethod = DifferentiationMethod.Central ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inProfile | Profile | Input profile | |
![]() |
inCyclic | bool | False | Defines whether to compute differences between first and last elements |
![]() |
inDifferentiationMethod | DifferentiationMethod | DifferentiationMethod.Central | |
![]() |
outDerivative | Profile |


