Click or drag to resize

Vector2UnaryNegation Operator

Vector2 unary negation

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static Vector2 operator -(
	Vector2 v
)

Parameters

v
Type: Microsoft.DirectXVector2
Vector2 to negate

Return Value

Type: Vector2
Result of Vector2 negation
See Also