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

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

Parameters

value
Type: System.Numerics::Matrix3x2

The matrix to negate.

Return Value

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