Matrix3x2.Negate(Matrix3x2) Metodo

Definizione

Nega la matrice specificata moltiplicando tutti i relativi valori per -1.

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

Parametri

value
Matrix3x2

Matrice da negare.

Restituisce

Matrice negata.

Si applica a