Ceiling
返回大于或等于指定数字的最小整数。
例如:
Dim Val As Double = 123.1Dim Lng As Long = Math.Ceiling(Val)
执行后变量Lng的值将等于124。