Math函数方法

固定小数位数:

double d=Math.Round(数值,小数位数);
原文地址:https://www.cnblogs.com/EasonDongH/p/8056076.html