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

isfinite Function

Visual Studio 2012

Determines whether the argument has a finite value

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

Floating-point value

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

Header: amp_math.h

Namespace: Concurrency::precise_math

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