Vector4.Explicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Explicit(Vector4 to IntPtr) | |
Explicit(Vector4 to Single*) |
Explicit(Vector4 to IntPtr)
Explicit(Vector4 to Single*)
Important
This API is not CLS-compliant.
[System.CLSCompliant(false)]
public static explicit operator float* (OpenTK.Vector4 v);
static member op_Explicit : OpenTK.Vector4 -> nativeptr<single>
Parameters
- v
- Vector4
Returns
- Attributes