NumericalPropagatorStateGetMotionOfDoubleArray Method |
Gets the motion of the specified elementIdentification as an array of doubles.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Motion<double[]> GetMotionOfDoubleArray(
string elementIdentification
)
Public Function GetMotionOfDoubleArray (
elementIdentification As String
) As Motion(Of Double())
public:
Motion<array<double>^> GetMotionOfDoubleArray(
String^ elementIdentification
)
member GetMotionOfDoubleArray :
elementIdentification : string -> Motion<float[]>
Parameters
- elementIdentification
- Type: SystemString
The name of the element to retrieve.
Return Value
Type:
MotionDoubleThe motion of the specified element as an array of
doublesSee Also