IStorage2D<T, TStorage2D>.TransposeTo Method
Transposes the elements of the 2D array and returns the result in the specified array.
DefinitionPermalink
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
void TransposeTo(
int rowCount,
int columnCount,
TStorage2D result
)
ParametersPermalink
- rowCount Int32
- The number of rows to transpose.
- columnCount Int32
- The number of columns to transpose.
- result TStorage2D
- The array where the transposed elements should be stored.