PropagationStepInformationFinalState Property |
Gets the values of the dependent variables at the end of the current integration step.
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 PropagationStateArray FinalState { get; }
Public ReadOnly Property FinalState As PropagationStateArray
Get
public:
property PropagationStateArray FinalState {
PropagationStateArray get ();
}
member FinalState : PropagationStateArray with get
Property Value
Type:
PropagationStateArraySee Also