Rounds each component of a vector to the nearest integer.
XMVECTOR XMVectorRound(
XMVECTOR V
)
V
Type: XMVECTOR
Vector whose components should be rounded.
Type: XMVECTOR
Returns a vector, each of whose components are rounded to the nearest integer.
Header: Declared in directxmath.h.