Matrix3x2.Negate(Matrix3x2) 方法
定义
通过将其所有值乘以 -1,对指定矩阵求反。Negates the specified matrix by multiplying all its values by -1.
public:
static System::Numerics::Matrix3x2 Negate(System::Numerics::Matrix3x2 value);
public static System.Numerics.Matrix3x2 Negate (System.Numerics.Matrix3x2 value);
static member Negate : System.Numerics.Matrix3x2 -> System.Numerics.Matrix3x2
Public Shared Function Negate (value As Matrix3x2) As Matrix3x2
参数
- value
- Matrix3x2
要求反的矩阵。The matrix to negate.
返回
求反后的矩阵。The negated matrix.