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