Matrix3x2.Negate(Matrix3x2) Metoda

Definicja

Neguje określoną macierz, mnożąc wszystkie jego wartości przez -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

Parametry

value
Matrix3x2

Macierz do negacji.

Zwraca

Matrix3x2

Zanegocona macierz.

Dotyczy