Click or drag to resize

RungeKuttaExplicitBaseCoreX_previous Property

Gets the value of x before the last step.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double X_previous { get; }

Property Value

Double
The value of x before the last step.
See Also