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);
Determines whether the sign of _X is negative
inline int signbit( float _X ) restrict(amp); inline int signbit( double _X ) restrict(amp);