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
Input value inProfile Profile Input profile
Input value inCyclic bool False Defines whether to compute differences between first and last elements
Input value inDifferentiationMethod DifferentiationMethod DifferentiationMethod.Central
Output value outDerivative Profile