nextafterf 函数

确定下一个可表示的值,类型为函数,在 _Y 方向中的 _X 之后。

inline float nextafterf(
   float _X,
   float _Y
) restrict(amp);

参数

  • _X
    浮点值

  • _Y
    浮点值

返回值

在 _Y 方向上 _X 后返回下一个可代表的函数类型的值

要求

**头文件:**amp_math.h

**命名空间:**Concurrency::precise_math

请参见

参考

Concurrency::precise_math 命名空间