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