XMColorIsInfinite

Tests to see whether any of the components of a color are either positive or negative infinity.

Syntax

bool XMColorIsInfinite(
         XMVECTOR C
)  

Parameters

C
Type: XMVECTOR 

XMVECTOR describing the color.

Return value

Type: bool 

Returns true if any components of C are either positive or negative infinity. Returns false otherwise.

Requirements

Header: Declared in directxmath.h.