拆分成小数 _X 和整数部分。
inline float modff(
float _X,
_Out_ float * _Iptr
) restrict(amp);
参数
_X
浮点值_Iptr
返回值
返回 _X 的有符号的小数部分
要求
标题: amp_math.h
命名空间: Concurrency::precise_math
拆分成小数 _X 和整数部分。
inline float modff(
float _X,
_Out_ float * _Iptr
) restrict(amp);
_X
浮点值
_Iptr
返回 _X 的有符号的小数部分
标题: amp_math.h
命名空间: Concurrency::precise_math