本文介绍了向上舍入数字的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好....
鉴于:总计= 18.01
我使用FormatNumber(总计,2),它给我18.01
我使用FormatNumber(总数,0)它给我18
我想得到19,我该怎么做代码?如果有任何十进制值
值,我想把它四舍五入到下一个整数
欢呼
***通过开发人员指南发送***
不要只参加USENET ......获得奖励!
Hi all....
Given: total = 18.01
I use FormatNumber(total,2), it give me 18.01
I use FormatNumber(total,0) it give me 18
I wanna to get 19, how should i do the code?? if there is any decimal
value, i wanna round it up to the next whole number
cheers
*** Sent via Developersdex http://www.developersdex.com ***
Don''t just participate in USENET...get rewarded for it!
推荐答案
这篇关于向上舍入数字的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!