operator + operators

Addition operators.

Overload list

Operator Description
XMVECTOR::operator + (XMVECTOR) Performance an identity operation on an XMVECTOR instance.
The operator + takes an instance of XMVECTOR Data Type and returns a new instance of XMVECTOR, with an identity operator applied to each component.
Note: This operator is only available under C++.
XMVECTOR::operator + (XMVECTOR,XMVECTOR) Adds two instances of XMVECTOR, returning the result in a new instance.
The operator + adds each component of two instances of XMVECTOR Data Type, and then returns the result in a new XMVECTOR instance.
Note: This operator is only available under C++.

See also

XMVECTOR Operators

Reference

XMVECTOR Data Type