Array2D<T>.Transpose Method

Transposes the elements of the 2D array and returns the result.

DefinitionPermalink

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public Array2D<T> Transpose(
	int rowCount,
	int columnCount
)

ParametersPermalink

rowCount  Int32
The number of rows to transpose.
columnCount  Int32
The number of columns to transpose.

Return ValuePermalink

Array2D<T>
A new 2D array that contains the transposed elements.

ImplementsPermalink

IStorage2D<T, TStorage2D>.Transpose(Int32, Int32)

See AlsoPermalink