decimal result=decimal.Round(Convert.ToDecimal(5)/Convert.ToDecimal(2),2);
此处result输出值为2.5,总共2位
方法:先把除数被除数都转换为decimal类型,然后计算