This function returns the smaller of two numeric values.
min(firstNumber,secondNumber) #Output: Number
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 9 Next »
This function returns the smaller of two numeric values.
min(firstNumber,secondNumber) #Output: Number
Parser expression | Description |
---|---|
min(-2,-5) | This example returns: -5 |
Parameters used in this function
Parameter | Input (data type) | Description |
---|---|---|
firstNumber | NUMBER | Any given number or numeric field code. |
secondNumber | NUMBER | Any given number or numeric field code. |
This function returns a NUMBER
Powered by Atlassian Confluence 8.5.16, themed by Refined 7.6.0 and Decadis AG