Index & Bundle Cluster Array
- 已更新2025-07-30
- 閱讀時間為 2 分鐘
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.

Inputs/Outputs
array
—
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 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.
|
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.

array
—
array of clusters
—
—