RungeKuttaExplicitBaseCoreX_previous Property |
Gets the value of x before the last step.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double X_previous { get; }
Property Value
Double
The value of x before the last step.
See Also