Larger
Return a Boolean value indicating whether a value is larger 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 larger. | Number | TRUE |
b | Numerical value to which value a is compared. | Number | TRUE |
Output
Field | Definition | Type |
---|---|---|
output | If a is larger than b, output value is True ; otherwise, False . |
Boolean |
Example
If a is 215
and b is 64
, then output is True
.
If a is 5.2
and b is 21.7
, then output is False
.