AbsValue

返回数值的绝对值

用法

AbsValue(Value)

参数说明: Value —— 数值表达式

范例

AbsValue(45.275) 将返回数值 45.275

AbsValue(-1385) 将返回数值 1385