Array Shift
Shift elements of an array, and complete with 0.
Settings
bypass
Bypasses the module.
array in
Array input flow(s).
array out
Array output flow(s).
shift
- N=0 : do nothing.
- N<0 : shift elements to the left and complete by 0 at the end of the array.
- N>0 : shift elements to the right and complete by 0 at the beginning of the array.
See also