Matrix4x4.UnaryNegation(Matrix4x4) Operator

定義

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

否定する行列。

返品

否定行列。

適用対象