Min()
Summary
Returns the smaller of two values.
Syntax
min_value = Min(real value1, real value2)
| Argument | Contents |
|---|---|
| value1 | Any number |
| value2 | Any number |
Returns
A real number that is the smaller of value1 and value2.
See Also
| Function | Summary |
|---|---|
| Max() | Returns the larger of two values |