Skip to main content
Skip table of contents

f$Min


f$Min

Calculate the minimum of two numbers

Syntax:

Value = f$Min( Number1, Number2 )

 

Argument

Type

Meaning

 

Number1

Decimal

First number (or expression)

 

Number2

Decimal

Second number (or expression)

Result:

Decimal

Minimum calculated

Example:

Minimum = f$Min( 3.5, 1 ) → Minimum = 1

Minimum = f$Min( -7, 6 ) → Minimum = -7

This function can also be used for integer parameters thanks to automatic type conversion.

JavaScript errors detected

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

If this problem persists, please contact our support.