RungeKuttaExplicitBaseCoreY_volatile Property |
Gets the current values of the variables.
Attention: the returned array will change the next time you call
EvaluateNextSolutionPoint(Double). Therefore,
if you not intend to use the values immediately,
make a copy of this array!.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double[] Y_volatile { get; }
Property Value
Double
The current values of the variables.
See Also