RotateArray Op

RotateArray

Shift array contents based upon rotate amount


An array of [0,1,2,3,4] rotated by 2 will result in [2,3,4,0,1]


Full Name
  • Ops.Array.RotateArray
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


INPUT PORTS


Array in (Array)

Array in to modify

Rotate amount (Number: integer)

Rotates array contents - accepts negative and positive numbers

OUTPUT PORTS


ArrayOut (Array)

The modified array out


Patches using RotateArray

  • Examples
  • Public
  • My Patches

Changelog


Ops.Array.ArrayRotate renamed to Ops.Array.RotateArrayuser avatarpandur - 2019-09-05 10:15