XMVector4IsInfinite

Tests whether any component of a 4D vector is positive or negative infinity.

Syntax

bool XMVector4IsInfinite(
         XMVECTOR V
)  

Parameters

V
Type: XMVECTOR 

4D vector.

Return value

Type: bool 

Returns true if any component of V is positive or negative infinity, and false otherwise.

Requirements

Header: Declared in directxmath.h.