Tests whether any component of a 2D vector is positive or negative infinity.
bool XMVector2IsInfinite(
XMVECTOR V
)
V
Type: XMVECTOR
2D vector.
Type: bool
Returns true if any component of V is positive or negative infinity, and false otherwise.
Header: Declared in directxmath.h.