MinList

取出所有比较数值中的最小值

用法

MinList(Value1,Value2,Value3, etc.)

参数说明: Value1,Value2,Value3, etc. —— 数值表达式

范例

MinList(-5,0,12,7) 将返回数值 -5