modf 函数 (fast_math)

拆分成小数 _X 和整数部分。

inline float modf(
   float _X,
   float * _Ip
) restrict(amp);

参数

  • _X
    浮点值

  • _Ip

返回值

返回 _X 的有符号的小数部分

要求

标题: amp_math.h

命名空间: Concurrency::fast_math

请参见

参考

Concurrency::fast_math 命名空间