XMVectorGetIntZ

Retrieve the z component of an XMVECTOR Data Type.

Syntax

uint32_t XMVectorGetIntZ(
         XMVECTOR V
)  

Parameters

V
Type: XMVECTOR 

A valid 4D vector storing integer data.

Return value

Type: uint32_t 

The value in the z component of the 4D vector storing integer dataV.

Requirements

Header: Declared in directxmath.h.