次の方法で共有


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

戻り値

属性

適用対象