Click or drag to resize

xOdeBaseCheckTArray Method

Checks the time array for validity.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected 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