This functionality is only available for certain module packages.

max()

Returns the element of a collection with the maximum value. So that this method can function, the elements of a collection must be comparable. If a collection contains different data types or if an element of the collection offers no comparison method, no error message is displayed.

max()
Argument
Return value Engineering.Object Maximum object