min: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 8: Line 8:
'''Operand types:'''
'''Operand types:'''


a: [[Number]]
'''a:''' [[Number]]


b: [[Number]]
'''b:''' [[Number]]


'''Type of returned value:'''
'''Type of returned value:'''

Revision as of 23:08, 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