Matrix4x4::UnaryNegation Operator

Negates the specified matrix by multiplying all its values by -1.

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

public:
static Matrix4x4 operator -(
	Matrix4x4 value
)

Parameters

value
Type: System.Numerics::Matrix4x4

The matrix to negate.

Return Value

Type: System.Numerics::Matrix4x4
The negated matrix.
Show: