scalbnf 函数

以 FLT_RADIX乘以_X到乘幂运算_Y

inline float scalbnf(
   float _X,
   int _Y
) restrict(amp);

参数

  • _X
    浮点值

  • _Y
    整数值

返回值

返回 _X * (FLT_RADIX ^ _Y)

要求

**头文件:**amp_math.h

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

请参见

参考

Concurrency::precise_math 命名空间