Min
Return larger of two numbers
Method Signature
Arguments
Argument
Type
Required
Description
Default
number1
numeric
true
The first number
number2
numeric
true
The second number
Examples
Minimum of 4 and 9
Result: The minimum of 4 and 9 is 4.
Additional Examples
Related
Last updated
Was this helpful?