Matrix3x2.Subtraction(Matrix3x2, Matrix3x2) Operator

Definition

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

public:
 static System::Numerics::Matrix3x2 operator -(System::Numerics::Matrix3x2 value1, System::Numerics::Matrix3x2 value2);
public static System.Numerics.Matrix3x2 operator -(System.Numerics.Matrix3x2 value1, System.Numerics.Matrix3x2 value2);
static member ( - ) : System.Numerics.Matrix3x2 * System.Numerics.Matrix3x2 -> System.Numerics.Matrix3x2
Public Shared Operator - (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.

Kommentarer

Metoden Subtract definierar driften av subtraktionsoperatorn för Matrix3x2 objekt.

Gäller för