Maximum of two numbers
Takes the largest number from 2 numbers
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
First number | The first number to take the maximum from | NUMBER | true | |
Second number | The second number to take the maximum from | NUMBER | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The name of the variable that contains highest number of the two. | NUMBER | RESULT |