Expand Minimize
This topic has not yet been rated - Rate this topic

isinf Function

Visual Studio 2012

Determines whether the argument is an infinity

inline int isinf(
   float _X
) restrict(amp);
inline int isinf(
   double _X
) restrict(amp);
_X

Floating-point value

Returns a nonzero value if and only if the argument has an infinite value

Header: amp_math.h

Namespace: Concurrency::precise_math

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.