Sort 1D Array Function
- 已更新2025-07-30
- 閱讀時間為 1 分鐘
Returns a sorted version of array with the elements arranged in ascending order. If array is an array of clusters, the function sorts the elements by comparing the first elements. If the first elements match, the function compares the second and subsequent elements. The connector pane displays the default data types for this polymorphic function.
Note To customize the sort order use the Sort 1D Array Malleable VI.

Inputs/Outputs
array
—
unsorted array can be a 1D array of any type.
sorted array
—
sorted array is the output array. |
array
—
sorted array
—