Matrix3x2.Negate(Matrix3x2) メソッド

定義

すべての値に -1 を乗算して、指定した行列を否定します。

public:
 static System::Numerics::Matrix3x2 Negate(System::Numerics::Matrix3x2 value);
public static System.Numerics.Matrix3x2 Negate(System.Numerics.Matrix3x2 value);
static member Negate : System.Numerics.Matrix3x2 -> System.Numerics.Matrix3x2
Public Shared Function Negate (value As Matrix3x2) As Matrix3x2

パラメーター

value
Matrix3x2

否定する行列。

返品

否定行列。

適用対象