XMVector2IsNaN
Tests whether any component of a 2D vector is a NaN.
Syntax
bool XMVector2IsNaN(
XMVECTOR V
)
Parameters
V
Type: XMVECTOR
2D vector.
Return value
Type: bool
Returns true if any component of V is a NaN, and false otherwise.
Requirements
Header: Declared in directxmath.h.