Read Only Span 2D<T>.Transpose To Method
Transposes the elements of the 2D array and returns the result in the specified array.
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public void TransposeTo(
int rowCount,
int columnCount,
Span2D<T> result
)