AircraftStateElementConverterConvertStateT Method (Double) |
Convert the raw state into this instance's
Type
and its derivatives.
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<T> ConvertState<T>(
double[] overallState
)
Public Overrides Function ConvertState(Of T) (
overallState As Double()
) As Motion(Of T)
public:
generic<typename T>
virtual Motion<T> ConvertState(
array<double>^ overallState
) override
abstract ConvertState :
overallState : float[] -> Motion<'T>
override ConvertState :
overallState : float[] -> Motion<'T>
Parameters
- overallState
- Type: SystemDouble
The raw state to convert.
Type Parameters
- T
- The TypeOfOutput produced by this instance.
Return Value
Type:
MotionTThe value and its derivatives corresponding to the state.
See Also