VBScript CLng 函数

VBScript 参考手册 完整的 VBScript 参考手册

CLng 函数把表达式转换为长整型(Long)类型。

注意:值必须是介于 -2147483648 与 2147483647 之间的数字。

语法

CLng(expression)
参数描述
expression必需。任何有效的表达式。

实例

实例

<script type="text/vbscript">

 document.write(CLng("300000") & "<br />")
 document.write(CLng(1536.750) & "<br />")
 document.write(CLng(-6700000) & "<br />")

 </script>

以上实例输出结果:

300000
 1537
 -6700000
尝试一下 »

VBScript 参考手册 完整的 VBScript 参考手册

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号