Windows apps
Collapse the table of content
Expand the table of content

Matrix4x4::Negate Method

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 Negate(
	Matrix4x4 value
)

Parameters

value
Type: System.Numerics::Matrix4x4

The matrix to negate.

Return Value

Type: System.Numerics::Matrix4x4
The negated matrix.
Show:
© 2017 Microsoft