Cluster to Array
- 更新时间2023-02-17
- 阅读时长1分钟
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.