Click or drag to resize

MultiStepMethodBaseRotateElementsUpwardsT Method

Rotates the elements of the array one position upwards, i.e. ele[0] to ele[1], ele[1] to ele[2].. and the last element back to ele[0].

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected static void RotateElementsUpwards<T>(
	T[] array
)

Parameters

array  T
The jagged array.

Type Parameters

T
Type of the array elements
See Also