Matrix4x4.Negate(Matrix4x4) Metodo

Definizione

Nega la matrice specificata moltiplicando tutti i relativi valori per -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

Parametri

value
Matrix4x4

Matrice da negare.

Restituisce

Matrice negata.

Si applica a