ConstantStateStoppablePropagatorStep Property |
Gets or sets the default step that this propagator will take. Individual
StoppingConditions may know at what rate
they should be sampled, and that step will be used instead of this if it is
less than this step. Also when restepping this value will not be used.
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