CurveEvaluator.GetSecondDerivatives Method
Parent Object: CurveEvaluatorDescription
Calculates the second order derivatives at the given parameter values on the curve.
Syntax
CurveEvaluator.GetSecondDerivatives( Params() As Double, SecondDerivs() As Double )Parameters
Name | Type | Description |
Params | Double | Input/output array of Doubles that specifies the parameters. |
SecondDerivs | Double | Input/output Double array of the resulting second derivatives. |