Click or drag to resize

MultiStepMethodBaseRotateElementsUpwardsT Method

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

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

Parameters

array  T
The array.

Type Parameters

T
Type of the array elements.
See Also