Min (Decimal)
Example
In this example, we are passing decimal values to the function transformation object using a Variables object.
Note: This function also takes into account negative values.
Where,
first = 1.23
second = 3.21
In the output window, you can see that the smaller decimal value has been returned.
Last updated