Integer Compare
Compare two integers and signal outputs based on the results.
Details
| Object: Integer Compare
Category: Flow
|
INPUTS |
---|
| Test | Compare the LHS integer to the RHS integer. Any outputs will send a signal depending on the result. |
Outputs
OUTPUTS |
---|
| Less Than (Integer) | When tested, if the LHS integer is less than the RHS, send the signal. The activator is unchanged from the input signal. |
| Greater Than (Integer) | When tested, if the LHS integer is greater than the RHS, send the signal. The activator is unchanged from the input signal. |
| At Most (Integer) | When tested, if the LHS integer is less than or equal to the RHS, send the signal. The activator is unchanged from the input signal. |
| At Least (Integer) | When tested, if the LHS integer is greater than or equal to the RHS, send the signal. The activator is unchanged from the input signal. |
| Equal (Integer) | When tested, if the LHS integer is equal to the RHS, send the signal. The activator is unchanged from the input signal. |
| Not Equal (Integer) | When tested, if the LHS integer is not equal to the RHS, send the signal. The activator is unchanged from the input signal. |
Properties
PROPERTIES |
---|
Property | Type | Description |
Name | String | The name of this object. Rename an object to make it easy to identify. |
LHS | Integer | The left hand side of the comparison can be a fixed value or a variable. |
RHS | Integer | The right hand side of the comparison can be a fixed value or a variable. |