Extracted from Pike v7.8 release 866 at 2016-11-06.
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() and limit()