Extracted from Pike v7.4 release 341 at 2005-11-21.
pike.ida.liu.se
[Top]
predef::

Method min()


Method min

int|float|object min(int|float|object ... args)
string min(string ... args)

Description

Returns the smallest value among args . Compared objects must implement the lfun::`< method.

See also

max()