Matrix3x2.Add(Matrix3x2, Matrix3x2) Methode

Definitie

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

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

Parameters

value1
Matrix3x2

De eerste matrix.

value2
Matrix3x2

De tweede matrix.

Retouren

De matrix die de opgetelde waarden van value1 en value2.

Van toepassing op