isnormal 函式

判斷這個引數是一般的

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

參數

  • _X
    浮點數值

傳回值

如果這個引數有一般值,則傳回非零值。

需求

標頭: amp_math.h

命名空間: Concurrency::precise_math

請參閱

參考

Concurrency::precise_math 命名空間