Status
Tech review

Style guide




Short descriptionReturns the smaller of two numeric values.
Output




This function returns the smaller of two numeric values.


min(firstNumber,secondNumber) #Output: Number



Parser expressionDescription


min(-2,-5)


This example returns:

-5



Parameters used in this function

ParameterInput (data type)Description
firstNumber

Any given number or numeric field code.
secondNumber

Any given number or numeric field code.



This function returns a