Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public Duration Step { get; set; }

Property Value

Type: Duration
See Also