Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]

Method max()


Method max

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

Description

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

See also

min()