Indexes a set of arrays and creates a cluster array in which the ith element contains the ith element of each input array.

The connector pane displays the default data types for this polymorphic function.


icon

Inputs/Outputs

  • cpoly.png array

    array of x..z can be a 1D array of any type. Array inputs do not all have to be the same type.

  • i1dunclst.png array of clusters

    array of cluster is a cluster array containing one element from each input array. The number of elements in the output array equals the number of elements in the shortest input array.

  • ipoly.png

  • The following block diagram demonstrates two ways to index a set of arrays and build a cluster. You can use the Index & Bundle Cluster Array function to improve both implementation time and memory usage.