概述
double result1 = Math.Ceiling(0.3); Console.WriteLine(result1);//result1显示1 double result2 = Math.Ceiling(0.5); Console.WriteLine(result2);//result2显示1 double result3 = Math.Ceiling(0.6); Console.WriteLine(result3);//result3显示1 Console.Read();
转载于:https://www.cnblogs.com/158-186/p/10894743.html
最后
以上就是淡定火车为你收集整理的Math.Ceiling 只要有小数都加1的全部内容,希望文章能够帮你解决Math.Ceiling 只要有小数都加1所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复