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

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

Parameters

value
The value.

Return Value

The result of the conversion.
See Also

Reference

Vector4 Structure
Vector4 Members
Overload List