XMVector3IsInfinite

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

Syntax

bool XMVector3IsInfinite(
         XMVECTOR V
)  

Parameters

V
Type: XMVECTOR 

3D 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.