NumericalPropagatorCurrentStepSize Property |
Gets the current step size in seconds that the integrator will take when advancing to the next time.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic double CurrentStepSize { get; }
Public ReadOnly Property CurrentStepSize As Double
Get
public:
property double CurrentStepSize {
double get ();
}
member CurrentStepSize : float with get
Property Value
Type:
Double
See Also