Transpose 2D Array Function
- 已更新2025-07-30
- 閱讀時間為 1 分鐘
Rearranges the elements of 2D array such that 2D array[i,j] becomes transposed array[j,i].
The connector pane displays the default data types for this polymorphic function.

Inputs/Outputs
2D array
—
2D array can be a 2D array of any type.
transposed array
—
transposed array is the output array. |
2D array
—
transposed array
—