MinItem

This function evaluates to the least number in a given list.

Description

The smallest value.

Type

NUMERIC

Arguments

Type

Meaning

1

LIST

the list of values

Evaluation

The numbers in the input list are converted to a common unit and compared. The smallest number is returned.

Comments

If the list is empty, one of the items is not numeric, or they do not all have compatible types, this function aborts the run with an error.

 
MinItem({100"cfs", 10"cms", 50 [cfs]})
 
50.0 [cfs]