Matrix4x4.Add(Matrix4x4, Matrix4x4) Metod

Definition

Lägger till varje element i en matris med motsvarande element i en andra matris.

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

Parametrar

value1
Matrix4x4

Den första matrisen.

value2
Matrix4x4

Den andra matrisen.

Returer

Matrisen som innehåller de summerade värdena value1 för och value2.

Gäller för