Lists
Max
4min
overview the max action returns the maximum value from a list of numbers provided as input parameters inputs input a list of numbers ( list\<object> ) the list must consist of primitive data types such as integers, doubles, etc outputs result ( object ) the maximum value from the input list important notes ensure that the input list contains only primitive data types such as integers, doubles, etc