frexp 函数 (fast_math)

获取的 _X 指数和尾数

inline float frexp(
   float _X,
   _Out_ int * _Exp
) restrict(amp);

参数

  • _X
    浮点值

  • _Exp
    返回浮点值的 _X 整数指数

返回值

返回尾数 _X

要求

标题: amp_math.h

命名空间: Concurrency::fast_math

请参见

参考

Concurrency::fast_math 命名空间