Transpose 2D Array Function
- Updated2025-07-30
- 1 minute(s) read
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
—