ComponentOne Bitmap for UWP
Explicit Type Conversion(Vector4,Vector3) Operator

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector3 Structure > Explicit Type Conversion Operator : Explicit Type Conversion(Vector4,Vector3) Operator
The value.
Performs an explicit conversion from Vector3 to Vector4.
Syntax
'Declaration
 
Overloads Public Operator Narrowing CType( _
   ByVal value As Vector3 _
) As Vector4
public Vector4 operator explicit( 
   Vector3 value
)

Parameters

value
The value.

Return Value

The result of the conversion.
See Also

Reference

Vector3 Structure
Vector3 Members
Overload List