SinglePointStoppablePropagatorDefinitionStep Property |
Gets or sets the step size for this propagator.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic 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:
Duration
See Also