Math.Ceiling();
//向上取整
//举一反三
Math.Floor();
//向下取整
Math.Round();
//四舍六入五取偶
C# 小数各种操作
原文:https://www.cnblogs.com/LuoEast/p/11859087.html