Lists
Min
4min
overview the min action returns the minimum 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 minimum value from the input list important notes ensure that the input list contains only primitive data types such as integers, doubles, etc