Cluster to Array

Converts a cluster of elements of the same data type to a 1D array.

1378

Inputs/Outputs

datatype_icon

cluster

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

datatype_icon

array

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