AGI STK Astrogator 11 Send comments on this topic.
AgEVADeriveCalcMethod Enumeration
See Also 

Description

The Derivative Calculation method types for a Differential Corrector profile.

Members

Member Value Description
eVADeriveCalcMethodForward 0 Forward Difference - (f(x + delta) - f(x - delta)) / 2delta
eVADeriveCalcMethodCentral 1 Central Difference - (f(x + delta) - f(x))/ delta
eVADeriveCalcMethodSigned 2 Signed Difference - if x is positive, use the forward difference; if x is negative, use the backward difference.
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1