PartialDerivativesEvaluatorEvaluate Method (JulianDate) |
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 Matrix Evaluate(
JulianDate date
)
Public Overrides Function Evaluate (
date As JulianDate
) As Matrix
public:
virtual Matrix^ Evaluate(
JulianDate date
) override
abstract Evaluate :
date : JulianDate -> Matrix
override Evaluate :
date : JulianDate -> Matrix
Parameters
- date
- Type: AGI.Foundation.TimeJulianDate
The date at which to calculate the partial derivatives.
Return Value
Type:
MatrixA Motion containing the
Matrix representing the partial derivatives
of the
DependentVariable object with respect to the objects in
IndependentVariables.
Implements
IEvaluatorTEvaluate(JulianDate)See Also