RungeKuttaExplicitBaseGetInterpolatedSolutionPointVolatile Method |
Gets an interpolated volatile solution point during enumeration of the solution points.
The returned array must not be modified and has to be immediately consumed, since it is changed in the course of the next ODE evaluation.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic virtual double[] GetInterpolatedSolutionPointVolatile(
double x
)
Parameters
- x Double
- The x value. Must be in the interval [X-StepSize, X].
Return Value
DoubleThe interpolated y values. The elements of the array must not be altered and are intended for immediate use only.
Exceptions
See Also