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: 24.2.419.0 (24.2.419.0)
Syntax public double CurrentStepSize { get; }
Public ReadOnly Property CurrentStepSize As Double
Get
public:
property double CurrentStepSize {
double get ();
}
member CurrentStepSize : float with get
Property Value
Type:
DoubleSee Also