Matrix4x4.UnaryNegation(Matrix4x4) Operador

Definición

Convierte en negativa la matriz especificada al multiplicar todos sus valores por -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

Parámetros

value
Matrix4x4

Matriz que se va a convertir en negativa.

Devoluciones

Matriz convertida en negativa.

Se aplica a