Array 2D<T>.Transpose Method
Transposes the elements of the 2D array and returns the result.
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A new 2D array that contains the transposed elements.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Array2D<T> Transpose(
int rowCount,
int columnCount
)
Parameters
Return Value
Array2D<T>A new 2D array that contains the transposed elements.