Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
-
Reference