Matrix4x4.Subtract(Matrix4x4, Matrix4x4) Methode

Definitie

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

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

Parameters

value1
Matrix4x4

De eerste matrix.

value2
Matrix4x4

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