Floor

返回小于或等于指定数字的最大整数。

例如:

Dim Val As Integer= Math.Floor(8.9)
Output.Show(Val)

上述代码的输出结果为:8


本页地址:http://www.foxtable.com/webhelp/topics/0276.htm