MaxList

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

用法

MaxList(Value1,Value2,Value3, etc.)

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

范例

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