Click or drag to resize

PartialDerivativesEvaluator.Evaluate Method

Overload List
  NameDescription
Public methodEvaluate(JulianDate)
Calls EvaluatePartialsOfChildren(JulianDate) to calculate the partials derivatives of DependentVariable with respect to all variables in IndependentVariables except for DependentVariable, and then adds on the terms for the partial derivatives of DependentVariable with respect to itself, if necessary.
(Overrides MotionEvaluator<T>.Evaluate(JulianDate).)
Public methodEvaluate(JulianDate, Int32) (Overrides MotionEvaluator<T>.Evaluate(JulianDate, Int32).)
Public methodEvaluate(TimeInterval, Duration, Int32)
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluator<T>.)
Public methodEvaluate(JulianDate, JulianDate, Duration, Int32)
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluator<T>.)
Public methodEvaluate(TimeInterval, Duration, Int32, ITrackCalculationProgress)
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluator<T>.)
Public methodEvaluate(JulianDate, JulianDate, Duration, Int32, ITrackCalculationProgress)
Evaluates this evaluator at a specified fixed step over the specified interval.
(Inherited from MotionEvaluator<T>.)
Top
See Also