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

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

戻り値

符号反転された行列。

適用対象