MatrixStateElementConverterConvertState Method (Double) |
Convert the raw state into a
Matrix
and its derivatives.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Motion<Matrix> ConvertState(
double[] overallState
)
Public Function ConvertState (
overallState As Double()
) As Motion(Of Matrix)
public:
Motion<Matrix^> ConvertState(
array<double>^ overallState
)
member ConvertState :
overallState : float[] -> Motion<Matrix>
Parameters
- overallState
- Type: SystemDouble
The raw state to convert.
Return Value
Type:
MotionMatrixThe value and its derivatives corresponding to the state.
See Also