Array 2D<T>.Transpose To Method
Transposes the elements of the 2D array and returns the result in the specified array.
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public void TransposeTo(
int rowCount,
int columnCount,
Array2D<T> m
)