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

signbit Function

Visual Studio 2012

Determines whether the sign of _X is negative

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

Floating-point value

Returns a nonzero value if and only if the sign of _X is negative

Header: amp_math.h

Namespace: Concurrency::precise_math

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