ComponentOne Bitmap for UWP
Unary Negation Operator (Vector4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector4 Structure : Unary Negation Operator
The vector to negate.
Reverses the direction of a given vector.
Syntax
'Declaration
 
Public Operator -( _
   ByVal value As Vector4 _
) As Vector4
public Vector4 operator -( 
   Vector4 value
)

Parameters

value
The vector to negate.

Return Value

A vector facing in the opposite direction.
See Also

Reference

Vector4 Structure
Vector4 Members