Share

CurveEvaluator.GetSecondDerivatives Method

Parent Object: CurveEvaluator

Description

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.

Version

Introduced in version 4

Was this information helpful?