Retrieve the z component of an XMVECTOR Data Type.
uint32_t XMVectorGetIntZ(
XMVECTOR V
)
V
Type: XMVECTOR
A valid 4D vector storing integer data.
Type: uint32_t
The value in the z component of the 4D vector storing integer dataV.
Header: Declared in directxmath.h.