Matrix.Transpose (Double(,)) Method

Computes the transpose of a matrix.
Public Shared Function Transpose( _ 
ByVal matrix As Double(,) _ 
) As Double(,)
This language is not supported or no code example is available.
public static double[,] Transpose( 
double[,] matrix 
)
This language is not supported or no code example is available.

Parameters

matrix
double[,]

The left matrix

Return Value

double[,]

The transposed matrix.

.NET Framework

Supported in: 4.8

In this article

Definition