共用方式為


fpclassify 函式

將引數值分類為 NaN,無限,一般,低品質,零

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

參數

  • _X
    浮點數值

傳回值

傳回巨集數值類別的值適合引數的值。

需求

標頭: amp_math.h

命名空間: Concurrency::precise_math

請參閱

參考

Concurrency::precise_math 命名空間