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

isnan Function

Visual Studio 2012

Determines whether the argument is a NaN

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

Floating-point value

Returns a nonzero value if and only if the argument has a NaN value

Header: amp_math.h

Namespace: Concurrency::precise_math

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