确定参数是否是无穷
inline int isinf(
float _X
) restrict(amp);
inline int isinf(
double _X
) restrict(amp);
参数
- _X
浮点值
返回值
返回一个非零值,如果,并且,当且仅当参数具有无限值
要求
**头文件:**amp_math.h
**命名空间:**Concurrency::precise_math
确定参数是否是无穷
inline int isinf(
float _X
) restrict(amp);
inline int isinf(
double _X
) restrict(amp);
返回一个非零值,如果,并且,当且仅当参数具有无限值
**头文件:**amp_math.h
**命名空间:**Concurrency::precise_math