摘要:
http://www.cnblogs.com/wifi/articles/4075915.htmldouble temp=3.1415926; (F)Fixed point:string str1=temp.toString("f1");//保留一位小数 四舍五入 结果:3.1 (F)Fixed p 阅读全文
摘要:
http://blog.csdn.net/dxnn520/article/details/8454132 【四舍五入取整截取】 select round(54.56,0) 【向下取整截取】 SELECT FLOOR(54.56) 【向上取整截取】 SELECT CEILING(13.15) 以下转自 阅读全文