PropagationStepInformationInitialState Property |
Gets the values of the dependent variables at the beginning of the current integration step.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic PropagationStateArray InitialState { get; }
Public ReadOnly Property InitialState As PropagationStateArray
Get
public:
property PropagationStateArray InitialState {
PropagationStateArray get ();
}
member InitialState : PropagationStateArray with get
Property Value
Type:
PropagationStateArray
See Also