| GearsBDFWithNordsieckStateCoreGetInterpolatedY_volatile Method | 
            Gets interpolated y values. The independent variable x must lie inbetween the x of the previous step and the current step.
            
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic double[] GetInterpolatedY_volatile(
	double x
)
Parameters
- x  Double
- The independent variable x.
Return Value
DoubleArray of interpolated y values. The elements of the array must not be changed, and are
            intended for immediate use only (because they will be changed at the next step).
 See Also
See Also