p$TDV:Util:Max
p$TDV:Util:Max
Calculate the maximum of the given numbers.
This function can also be used for decimal and integer parameters.
Please note:
This function is only provided for compatibility with older ePOS-versions. For new applications f$Max should be used!
Syntax: | MaxNumber = p$TDV:Util:Max( Number1, Number2 ) | ||
| Argument | Type | Meaning |
| Number1 | Decimal | 1st Number |
| Number2 | Decimal | 2nd Number |
Result: | Decimal | Maximum of the two numbers. | |
Example: | Max = p$TDV:Util:Max( 3.28, 17.4 ) → Max = 17.4 | ||