IntPortion

返回数值的整数部分(包含正负号)

用法

IntPortion(Value)

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

范例

IntPortion(-45.75) 将返回数值 -45

IntPortion(1385) 将返回数值 1385