MaxItem

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

Description

The greatest 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 greatest 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.

 
MaxItem({100"cfs", 10"cms", 50 [cfs]})
 
10.00 "cms"