min: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 26: Line 26:
'''Example:'''
'''Example:'''


3 '''min''' 2 , result is 2
3 '''min''' 2 .... result is 2

Revision as of 22:51, 1 July 2006


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