AircraftStateElementConverterGetElementFromState Method |
Produces this state element's values and their derivatives from the overall raw state.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override Motion<double[]> GetElementFromState(
double[] overallState
)
Public Overrides Function GetElementFromState (
overallState As Double()
) As Motion(Of Double())
public:
virtual Motion<array<double>^> GetElementFromState(
array<double>^ overallState
) override
abstract GetElementFromState :
overallState : float[] -> Motion<float[]>
override GetElementFromState :
overallState : float[] -> Motion<float[]>
Parameters
- overallState
- Type: SystemDouble
The overall raw state from which to produce this element's array.
Return Value
Type:
MotionDoubleA representation of the values of this state as arrays of length
Dimension in
a motion of this element's
Order minus one.
See Also