PropagationStateElementConverterInitialState Property |
Gets the initial values of this element of the state and their derivatives.
The size of the initial state is its
Dimension and the order of
the motion is one less than the
Order of the differential equation
defining the derivative of this element.
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<double[]> InitialState { get; }
Public ReadOnly Property InitialState As Motion(Of Double())
Get
public:
property Motion<array<double>^> InitialState {
Motion<array<double>^> get ();
}
member InitialState : Motion<float[]> with get
Property Value
Type:
MotionDoubleSee Also