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: 24.2.419.0 (24.2.419.0)
Syntax public PropagationStateArray InitialState { get; }
Public ReadOnly Property InitialState As PropagationStateArray
Get
public:
property PropagationStateArray InitialState {
PropagationStateArray get ();
}
member InitialState : PropagationStateArray with get
Property Value
Type:
PropagationStateArraySee Also