Example
In this example, we are passing real values to the function transformation object using a Variables object.
Where,
first = -1234
second = 4.321
In the output window, you can see that the greater real value has been returned.
Name
Max (Real)
Syntax
Max (Real first, Real second)
Purpose
To return the greater of two real values.
Description
Returns the maximum of two real values.
Return Type
Real
Parameters
first [System.Double] – First value
second [System.Double] – Second value