min(a, b)

Compares a and b and returned the value that is lesser.

Description of Parameters

Parameter

Description

a

Value.

b

Value.

Examples

Parameter a

Parameter b

Result

1

2

1

2

1

1

2

2

2

See Also