ImageEn, unit hyieutils

imax


Declaration

function imax(v1, v2: Integer): Integer; overload;
function imax(v1, v2, v3: Integer): Integer; overload;


Description

Returns the maximum of v1 and v2.