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

fpclassify Function

Visual Studio 2012

Classifies the argument value as NaN, infinite, normal, subnormal, zero

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

Floating-point value

Returns the value of the number classification macro appropriate to the value of the argument.

Header: amp_math.h

Namespace: Concurrency::precise_math

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