Smaller
Return a Boolean value indicating whether a value is smaller than another.
This function card is only available in Connector Builder.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
| a | Numerical value to which value b is compared to determine whether value a is smaller. | Number | TRUE |
| b | Numerical value to which value a is compared. | Number | TRUE |
Output
| Field | Definition | Type |
|---|---|---|
| output | If a is smaller than b, output value is True; otherwise, False. |
Boolean |
Example
If a is 215 and b is 64, then output is False.
If a is 5.2 and b is 21.7, then output is True.
