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

要變換正負號的矩陣。

傳回

已變換正負號的矩陣。

適用於