p$TDV:Util:Min
p$TDV:Util:Min
Calculate the minimum 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 more recent applications f$Min should be used!
Syntax: | MinNumber= p$TDV:Util:Min( Number1,Number2) | ||
| Argument | Type | Meaning |
| Number1 | Decimal | 1st Number |
| Number2 | Decimal | 2nd Number |
Result: | Decimal | Minimum of the two numbers | |
Example: | Min = p$TDV:Util:Min( 3, 7.5 ) → Min = 3 | ||