Matrix4x4.UnaryNegation(Matrix4x4) 運算子

定義

將指定矩陣的所有值乘以 -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

要變換正負號的矩陣。

傳回

已變換正負號的矩陣。

適用於