Matrix4x4.Negate(Matrix4x4) Método

Definición

Niega la matriz especificada multiplicando todos sus valores por -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

Parámetros

value
Matrix4x4

Matriz que se va a negar.

Devoluciones

Matriz negada.

Se aplica a