StateTransitionMatrixGetStateDerivative Method |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IPartialDifferentiable GetStateDerivative(
int index
)
Public Function GetStateDerivative (
index As Integer
) As IPartialDifferentiable
public:
IPartialDifferentiable^ GetStateDerivative(
int index
)
member GetStateDerivative :
index : int -> IPartialDifferentiable
Parameters
- index
- Type: SystemInt32
The index of the state derivative to retrieve.
Return Value
Type:
IPartialDifferentiableA reference to the state derivative at the specified location.
See Also