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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
MotionDouble
See Also