Vector4::UnaryNegation Operator

Negates the specified vector.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Vector4 operator -(
	Vector4 value
)

Parameters

value
Type: System.Numerics::Vector4

The vector to negate.

Return Value

Type: System.Numerics::Vector4
The negated vector.

The UnaryNegation method defines the unary negation operation for Vector4 objects.

Show: