Vector4d.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(Vector4d to IntPtr) | |
Explicit(Vector4d to Double*) | |
Explicit(Vector4d to Vector4) | |
Explicit(Vector4 to Vector4d) |
Explicit(Vector4d to IntPtr)
Explicit(Vector4d to Double*)
Important
This API is not CLS-compliant.
[System.CLSCompliant(false)]
public static explicit operator double* (OpenTK.Vector4d v);
static member op_Explicit : OpenTK.Vector4d -> nativeptr<double>
Parameters
- v
- Vector4d
Returns
- Attributes