Decimate 1D Array
- Updated2023-02-17
- 1 minute(s) read
Decimate 1D Array
Divides the elements of an array into multiple output arrays, placing elements into the outputs successively.
This node drops any elements that cause the output arrays to have different lengths.

Inputs/Outputs

array
A 1D array of any type.

decimated array
The node stores array[0] at index 0 of the first output array, array[1] is stored at index 0 of the second output array, array[n-1] at index 0 of the last output array, array[n] at index 1 of the first output array, and so on, where n is the number of output terminals for this node.