Matrix3x2.Subtract(Matrix3x2, Matrix3x2) Methode

Definitie

Trekt elk element in een tweede matrix af van het bijbehorende element in een eerste matrix.

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

Parameters

value1
Matrix3x2

De eerste matrix.

value2
Matrix3x2

De tweede matrix.

Retouren

De matrix met de waarden die het resultaat zijn van het aftrekken van elk element uit value2 het bijbehorende element in value1.

Van toepassing op