Matrix3x2.Subtract(Matrix3x2, Matrix3x2) Metod

Definition

Subtraherar varje element i en andra matris från motsvarande element i en första matris.

public:
 static System::Numerics::Matrix3x2 Subtract(System::Numerics::Matrix3x2 value1, System::Numerics::Matrix3x2 value2);
public static System.Numerics.Matrix3x2 Subtract(System.Numerics.Matrix3x2 value1, System.Numerics.Matrix3x2 value2);
static member Subtract : System.Numerics.Matrix3x2 * System.Numerics.Matrix3x2 -> System.Numerics.Matrix3x2
Public Shared Function Subtract (value1 As Matrix3x2, value2 As Matrix3x2) As Matrix3x2

Parametrar

value1
Matrix3x2

Den första matrisen.

value2
Matrix3x2

Den andra matrisen.

Returer

Matrisen som innehåller de värden som är resultatet av att subtrahera varje element från value2 motsvarande element i value1.

Gäller för