Click or drag to resize

Vector2UnaryNegation Operator

Vector2 unary negation

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

Parameters

v  Vector2
Vector2 to negate

Return Value

Vector2
Result of Vector2 negation
See Also