Matrix.Transpose (Int32, Int32, Equation()) Method

Public Shared Function Transpose( _ 
ByVal n As Integer, _ 
ByVal m As Integer, _ 
ByVal equations As Equation() _ 
) As Equation()
This language is not supported or no code example is available.
public static Equation[] Transpose( 
int n
int m
Equation[] equations 
)
This language is not supported or no code example is available.

Parameters

n
int

m
int

equations
Equation[]

Return Value

Equation[]

.NET Framework

Supported in: 4.8

In this article

Definition