Partager via


Matrix3.Explicit Opérateur

Définition

Surcharges

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

Explicit(Matrix3 to Single*)

Important

Cette API n’est pas conforme CLS.

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

Paramètres

matrix
Matrix3

Retours

Attributs

S’applique à

Explicit(Matrix3 to Single[])

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

Paramètres

matrix
Matrix3

Retours

Single[]

S’applique à

Explicit(Matrix3 to IntPtr)

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

Paramètres

matrix
Matrix3

Retours

IntPtr

nativeint

S’applique à