以 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
以 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