会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
NLazyo
漫漫人生路
博客园
首页
新随笔
联系
订阅
管理
2017年11月27日
Math.Round四舍六入五取偶Math.Ceiling只要有小数都加1Math.Floor总是舍去小数
摘要: 1.Math.Round:四舍六入五取偶 引用内容 Math.Round(0.0) //0Math.Round(0.1) //0Math.Round(0.2) //0Math.Round(0.3) //0Math.Round(0.4) //0Math.Round(0.5) //0Math.Round
阅读全文
posted @ 2017-11-27 11:18 NLazyo
阅读(456)
评论(0)
推荐(0)