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.
Division operator.
Overload list
| Operator | Description | 
|---|---|
| XMVECTOR::operator / (XMVECTOR,float) | Divides an XMVECTORinstance by a floating point value, returning the result a new instance ofXMVECTOR.The operator /divides each component of an instance of XMVECTOR Data Type by a floating point value, returning a newXMVECTORinstance containing the result.Note: This operator is only available under C++. | 
| XMVECTOR::operator / (XMVECTOR,XMVECTOR) | Divides one instance of XMVECTORby a second instance, returning the result in a third instance.The operator /divides each component of an instance of XMVECTOR Data Type by the corresponding component in a second instance ofXMVECTOR, returning a newXMVECTORinstance containing the result.Note: This operator is only available under C++. | 
See also
- 
Reference