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.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected static void RotateElementsUpwards<T>(
T[] array
)
Parameters
- array T
- The array.
Type Parameters
- T
- Type of the array elements.
See Also