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.