Skip to main content
Skip table of contents

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.