摘要: 一:经常用的四舍五入标准:区别于银行家标准,参考https://www.cnblogs.com/renzhiwei/p/4229384.html static void Main(string[] args) { //方法一: //double类型直接转换,利用math.round方法。3为小数位数 阅读全文
posted @ 2021-02-03 22:29 遥月 阅读(528) 评论(0) 推荐(0)