Index & Bundle Cluster Array Function

Owning Palette: Cluster, Class, & Variant VIs and Functions

Requires: Base Development System

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.

Details  

 Add to the block diagram  Find on the palette
array of x..z can be a 1D array of any type. Array inputs do not all have to be the same type.
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.

Index & Bundle Cluster Array Details

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.