共用方式為


NMatrix2.Transpose 方法

定義

多載

Transpose(NMatrix2)
Transpose()
Transpose(NMatrix2, NMatrix2)

Transpose(NMatrix2)

public static OpenTK.NMatrix2 Transpose (OpenTK.NMatrix2 mat);
static member Transpose : OpenTK.NMatrix2 -> OpenTK.NMatrix2

參數

mat
NMatrix2

傳回

適用於

Transpose()

public void Transpose ();
member this.Transpose : unit -> unit

適用於

Transpose(NMatrix2, NMatrix2)

public static void Transpose (ref OpenTK.NMatrix2 mat, out OpenTK.NMatrix2 result);
static member Transpose :  *  -> unit

參數

mat
NMatrix2
result
NMatrix2

適用於