CLng Function
将任意字符串或数字表达式转换为长整数。
CLng (Expression As Variant) As Long
Long
If Expression lies outside the valid long integer range between -2.147.483.648 and 2.147.483.647, Collabora Office Basic returns an overflow error.
此函数将数字的小数部分取整为最接近的整数。
Collabora Office 25.04 帮助
将任意字符串或数字表达式转换为长整数。
CLng (Expression As Variant) As Long
Long
If Expression lies outside the valid long integer range between -2.147.483.648 and 2.147.483.647, Collabora Office Basic returns an overflow error.
此函数将数字的小数部分取整为最接近的整数。