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