Math.Round:四舍六入五取整

Math.Ceiling:向上取整,只要有小数都加1

Math.Floor:向下取整,总是舍去小数

c# 三种取整方法

 

转载自:https://www.cnblogs.com/dansediao/p/5662481.html

Math.Round:四舍六入五取整

Math.Ceiling:向上取整,只要有小数都加1

Math.Floor:向下取整,总是舍去小数

c# 三种取整方法

 

相关文章: