|
RotateRight
RotateRight[expr, n] cycles the elements in expr n positions to the right.
RotateRight[expr] cycles one position to the right.
RotateRight[expr,  , , ... ] cycles elements at successive levels positions to the right.
Example: RotateRight[ a, b, c , 1]  .
RotateRight[expr, -n] rotates n positions to the left.
RotateRight can be used on SparseArray objects.
See Section 1.8.9 and Section 1.8.12.
See also: RotateLeft, Reverse, PadRight.
New in Version 1.
Further Examples
|