다음을 통해 공유


Matrix3.Explicit 연산자

정의

오버로드

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

Explicit(Matrix3 to Single*)

중요

이 API는 CLS 규격이 아닙니다.

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

매개 변수

matrix
Matrix3

반환

특성

적용 대상

Explicit(Matrix3 to Single[])

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

매개 변수

matrix
Matrix3

반환

Single[]

적용 대상

Explicit(Matrix3 to IntPtr)

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

매개 변수

matrix
Matrix3

반환

IntPtr

nativeint

적용 대상