$maxof
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
$maxof
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Returns the larger of a pair of numbers.
Syntax
$maxof(number1,number2)
Parameters
number1 | a number or an expression that evaluates to a number |
number2 | a number or an expression that evaluates to a number |
Return Value
The value returned by $maxof has the same number of decimal places as the number that is returned.
Comments
The function returns the larger of a pair of numbers.
Example
if event.eventname = "up" let IndexPtr = $maxof(IndexPtr-1, 1) else ... other commands ... endif
Modifies an array index, without letting the index drop below 1.
See Also
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5