CurveEvaluator.GetThirdDerivatives Method
Parent Object: CurveEvaluatorDescription
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. |