Matrix3x2.Add(Matrix3x2, Matrix3x2) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Lägger till varje element i en matris med motsvarande element i en andra matris.
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
Parametrar
- value1
- Matrix3x2
Den första matrisen.
- value2
- Matrix3x2
Den andra matrisen.
Returer
Matrisen som innehåller de summerade värdena value1 för och value2.