This functionality is only available for certain module packages.

min()

Returns the element of a collection with the minimum 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.

min()
Argument
Return value Engineering.Object Minimum object