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