PartialDerivativesEvaluator.Evaluate Method (JulianDate, Int32) |
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Time.JulianDate
The date at which to calculate the partial derivatives. - order
- Type: System.Int32
This requested order is disregarded.
Return Value
Type:
Motion<Matrix>A Motion containing the
Matrix representing the partial derivatives
of the
DependentVariable object with respect to the objects in
IndependentVariables.
See Also