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