Click or drag to resize

RungeKuttaExplicitBaseGetInterpolatedSolutionPointVolatile Method

Gets you an interpolated volative solution point during the 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.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual double[] GetInterpolatedSolutionPointVolatile(
	double x
)

Parameters

x  Double
The x value. Must be in the interval [X-StepSize, X].

Return Value

Double
The interpolated y values. The elements of the array must not be altered, and are intended for immediate use only.
See Also