xOdeBaseCheckTArray Method |
Checks the time array for validity.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void CheckTArray(
double[] tspan
)
Parameters
- tspan Double
- The array of time values to check.
Remarks
This method ensures that the time span array is not null, has at least two elements,
and that the differences between consecutive elements are either all positive or all negative.
See Also