RungeKuttaExplicitBaseCoreGetInitialStepSize Method |
Gets the initial step size. The absolute and relative tolerances must be set before the call to this function.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual double GetInitialStepSize()
Return Value
DoubleThe initial step size in the context of the absolute and relative tolerances.
Exceptions See Also