min

From Bohemia Interactive Community
Revision as of 20:46, 29 June 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


a min b


Operand types:

a: Number

b: Number

Type of returned value:

Number

Compatibility:

Version 2.92 required.

Description:

The smaller of a,b

Example:

3 min 2 , result is 2