Matrix3x2.Negate(Matrix3x2) Méthode

Définition

Inverse le signe de la matrice spécifiée en multipliant toutes ses valeurs par -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

Paramètres

value
Matrix3x2

Matrice dont il faut inverser le signe.

Retours

Matrice dont le signe a été inversé.

S’applique à