SinglePointStoppablePropagatorGetInitialState Method  | 
  
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override ITimeBasedState GetInitialState(
	IntegrationSense direction
)
Public Overrides Function GetInitialState ( 
	direction As IntegrationSense
) As ITimeBasedState
public:
virtual ITimeBasedState^ GetInitialState(
	IntegrationSense direction
) override
abstract GetInitialState : 
        direction : IntegrationSense -> ITimeBasedState 
override GetInitialState : 
        direction : IntegrationSense -> ITimeBasedState Parameters
- direction
 - Type: AGI.Foundation.NumericalMethodsIntegrationSense
Which direction the propagation is going. 
Return Value
Type: 
ITimeBasedState, or the initial state of the wrapped propagator as initially configured.
See Also