PartialDerivativesEvaluatorEvaluate Method (JulianDate, Int32) |
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override Motion<Matrix> Evaluate(
JulianDate date,
int order
)
Public Overrides Function Evaluate (
date As JulianDate,
order As Integer
) As Motion(Of Matrix)
public:
virtual Motion<Matrix^> Evaluate(
JulianDate date,
int order
) override
abstract Evaluate :
date : JulianDate *
order : int -> Motion<Matrix>
override Evaluate :
date : JulianDate *
order : int -> Motion<Matrix>
Parameters
- date
- Type: AGI.Foundation.TimeJulianDate
The date at which to calculate the partial derivatives. - order
- Type: SystemInt32
This requested order is disregarded.
Return Value
Type:
MotionMatrixA Motion containing the
Matrix representing the partial derivatives
of the
DependentVariable object with respect to the objects in
IndependentVariables.
See Also