Cluster to Array
- Updated2023-02-17
- 1 minute(s) read
Cluster to Array
Converts a cluster of elements of the same data type to a 1D array.
Inputs/Outputs

cluster
Cluster to convert to an array. cluster cannot contain arrays.

array
The resulting array. Each element in the array is the same data type and order as the elements in cluster.