Matrix4x4.UnaryNegation(Matrix4x4) 演算子

定義

指定した行列のすべての成分値に -1 を乗算することにより、その符号を反転します。

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

パラメーター

value
Matrix4x4

符号反転の対象となる行列。

戻り値

符号反転された行列。

適用対象