Click or drag to resize

StoppablePropagatorPreviousDate Property

Gets or sets the date of the previously propagated state. This will get updated automatically right after TakeStep(Duration, Boolean) is called.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public JulianDate PreviousDate { get; set; }

Property Value

Type: JulianDate
See Also