Matrix3x2.UnaryNegation(Matrix3x2) 运算符

定义

通过将其所有值乘以 -1,对指定矩阵求反。

public:
 static System::Numerics::Matrix3x2 operator -(System::Numerics::Matrix3x2 value);
public static System.Numerics.Matrix3x2 operator - (System.Numerics.Matrix3x2 value);
static member ( ~- ) : System.Numerics.Matrix3x2 -> System.Numerics.Matrix3x2
Public Shared Operator - (value As Matrix3x2) As Matrix3x2

参数

value
Matrix3x2

要求反的矩阵。

返回

求反后的矩阵。

适用于

另请参阅