Matrix4x4.Negate(Matrix4x4) 方法

定義

將指定矩陣的所有值乘以 -1,對其變換正負號。

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

參數

value
Matrix4x4

要變換正負號的矩陣。

傳回

已變換正負號的矩陣。

適用於