DynamicStateStoppablePropagatorStep Property |
Gets or sets the default step-size that this propagator should take.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Duration Step { get; set; }
Public Property Step As Duration
Get
Set
public:
property Duration Step {
Duration get ();
void set (Duration value);
}
member Step : Duration with get, set
Property Value
Type:
DurationSee Also