Matrix3x2.UnaryNegation(Matrix3x2) 操作员 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通过将其所有值乘以 -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
 
要求反的矩阵。
返回
求反后的矩阵。