Windows apps
Collapse the table of content
Expand the table of content

Vector4::Add Method

Adds two vectors together.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Vector4 Add(
	Vector4 left, 
	Vector4 right
)

Parameters

left
Type: System.Numerics::Vector4

The first vector to add.

right
Type: System.Numerics::Vector4

The second vector to add.

Return Value

Type: System.Numerics::Vector4
The summed vector.
Show:
© 2017 Microsoft