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)
Parameters
- value
- Type: System.Numerics::Matrix3x2
The matrix to negate.
Show: