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