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

要變換正負號的矩陣。

傳回

已變換正負號的矩陣。

適用於

另請參閱