You are here: Start » FIL.NET » FIS.DifferentiateProfile_Step Method
FIS.DifferentiateProfile_Step Method
Computes the derivative of a profile with a given difference step.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void DifferentiateProfile_Step ( FilNet.Profile inProfile, bool inCyclic, int inStep, 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. | ||
![]() | inStep | int | <1, INF> | 2 | Default value: 2. |
![]() | outDerivative | FilNet.Profile |


