Click or drag to resize

RungeKuttaExplicitBaseCoreGetInitialStepSize Method

Gets the initial step size. The absolute and relative tolerances must be set before the call to this function.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual double GetInitialStepSize()

Return Value

Double
The initial step size in the context of the absolute and relative tolerances.
Exceptions
ExceptionCondition
InvalidOperationExceptionEither absolute tolerance or relative tolerance is required to be > 0
See Also