SinglePointStoppablePropagatorGetInitialState Method |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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