Matrix4x4.Add(Matrix4x4, Matrix4x4) Methode

Definitie

Hiermee voegt u elk element in één matrix toe met het bijbehorende element in een tweede matrix.

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

Parameters

value1
Matrix4x4

De eerste matrix.

value2
Matrix4x4

De tweede matrix.

Retouren

De matrix die de opgetelde waarden van value1 en value2.

Van toepassing op