摘要:.Net 無條件捨去、無條件進位、四捨五入方法
無條件捨去 Math.Floor http://msdn.microsoft.com/zh-tw/library/system.math.floor.aspx
無條件進位 Math.Ceiling http://msdn.microsoft.com/zh-tw/library/system.math.ceiling.aspx
四捨五入 Math.Round http://msdn.microsoft.com/zh-tw/library/system.math.round.aspx