C# 小数各种操作

Math.Ceiling();//向上取整
//举一反三
Math.Floor();//向下取整
Math.Round();//四舍六入五取偶
原文地址:https://www.cnblogs.com/LuoEast/p/11859087.html