XMVectorGetIntW

Retrieve the w component of an XMVECTOR Data Type.

Syntax

uint32_t XMVectorGetIntW(
         XMVECTOR V
)  

Parameters

V
Type: XMVECTOR 

A valid 4D vector storing integer data.

Return value

Type: uint32_t 

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

Requirements

Header: Declared in directxmath.h.