Share

CurveEvaluator.GetThirdDerivatives Method

Parent Object: CurveEvaluator

Description

Calculates the third order derivatives at the given parameter values on the curve.

Syntax

CurveEvaluator.GetThirdDerivatives( Params() As Double, ThirdDerivs() As Double )

Parameters

Name Type Description
Params Double Input/output array of Doubles that specifies the parameters.
ThirdDerivs Double Output Double array of the resulting third derivatives.

Version

Introduced in version 4

Was this information helpful?