StoppablePropagatorCurrentState Property |
Gets or sets the most recently computed state from the propagator.
Assume that this state is mutable and that the instance will be updated at every step and restep.
For performance considerations, make the derived state type mutable and update a single
instance if possible.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ITimeBasedState CurrentState { get; protected set; }
Public Property CurrentState As ITimeBasedState
Get
Protected Set
public:
property ITimeBasedState^ CurrentState {
ITimeBasedState^ get ();
protected: void set (ITimeBasedState^ value);
}
member CurrentState : ITimeBasedState with get, set
Property Value
Type:
ITimeBasedStateSee Also