名称
round() - 把一个浮点数四舍五入
语法
float round( float f );
描述
返回四舍五入后的浮点数。
参考
floor(3), ceil(3), to_int(3), to_float(3)
翻译
雪风(i@mud.ren)
round() - 把一个浮点数四舍五入
float round( float f );
返回四舍五入后的浮点数。
floor(3), ceil(3), to_int(3), to_float(3)
雪风(i@mud.ren)