VBScript Abs 函数
❮ VBScript 完整参考Abs 函数返回指定数字的绝对值。
注意:如果 number 参数包含 Null,则返回 Null
注意:如果 number 参数是未初始化的变量,则返回零。
语法
Abs(number)
参数 | 描述 |
---|---|
number | 必需。数值表达式 |
示例
❮ VBScript 完整参考
Abs 函数返回指定数字的绝对值。
注意:如果 number 参数包含 Null,则返回 Null
注意:如果 number 参数是未初始化的变量,则返回零。
Abs(number)
参数 | 描述 |
---|---|
number | 必需。数值表达式 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]