Max
Category:
Arithmetics
Since engine version:
5.1 OC
Description
Returns the greater of two values.
Syntax
int
Max(
int
value1,
int
value2);
Parameters
value1:
first Value
value2:
second Value
See also:
BoundBy
,
Inside
,
Min
PeterW, 2001-12