Matrix3x2.UnaryNegation(Matrix3x2) Operator

定義

すべての値に -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

否定する行列。

返品

否定行列。

適用対象

こちらもご覧ください