Matrix4x4.Subtract(Matrix4x4, Matrix4x4) Methode

Definition

Subtrahiert jedes Element aus einer zweiten Matrix von seinem entsprechenden Element in einer ersten 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

Parameter

value1
Matrix4x4

Die erste Matrix.

value2
Matrix4x4

Die zweite Matrix.

Gibt zurück

Die Matrix, die die Werte enthält, die sich aus der Subtraktion jedes Elements in value2 von seinem entsprechenden Element in value1 ergeben.

Gilt für: