Extracted from Pike v7.4 release 35 at 2003-12-09.
pike.ida.liu.se
[Top]
predef::

Method max()


Method max

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

Description

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

See also

min()