Click or drag to resize

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.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double[] Y_volatile { get; }

Property Value

Double
The current values of the variables.
See Also