共用方式為


Matrix2.Explicit 運算子

定義

多載

Explicit(Matrix2 to Single[])
Explicit(Matrix2 to IntPtr)
Explicit(Matrix2 to Single*)

Explicit(Matrix2 to Single[])

public static explicit operator float[] (OpenTK.Matrix2 matrix);
static member op_Explicit : OpenTK.Matrix2 -> single[]

參數

matrix
Matrix2

傳回

Single[]

適用於

Explicit(Matrix2 to IntPtr)

public static explicit operator IntPtr (OpenTK.Matrix2 matrix);
static member op_Explicit : OpenTK.Matrix2 -> nativeint

參數

matrix
Matrix2

傳回

IntPtr

nativeint

適用於

Explicit(Matrix2 to Single*)

重要

此 API 不符合 CLS 規範。

[System.CLSCompliant(false)]
public static explicit operator float* (OpenTK.Matrix2 matrix);
static member op_Explicit : OpenTK.Matrix2 -> nativeptr<single>

參數

matrix
Matrix2

傳回

屬性

適用於