Number Compare
Compare two numbers and signal outputs based on the results.
Details
 | Object: Number Compare
Category: Flow
|
| INPUTS |
|---|
 | Test Numbers | Compare the LHS number to the RHS number. Any outputs will send a signal depending on the result. |
Outputs
| OUTPUTS |
|---|
 | Less Than (Number) | When tested, if the LHS number is less than the RHS, send the signal. The activator is unchanged from the input signal. |
 | Greater Than (Number) | When tested, if the LHS number is greater than the RHS, send the signal. The activator is unchanged from the input signal. |
 | At Most (Number) | When tested, if the LHS number is less than or equal to the RHS, send the signal. The activator is unchanged from the input signal. |
 | At Least (Number) | When tested, if the LHS number is greater than or equal to the RHS, send the signal. The activator is unchanged from the input signal. |
 | Equal (Number) | When tested, if the LHS number is equal to the RHS, send the signal. The activator is unchanged from the input signal. |
 | Not Equal (Number) | When tested, if the LHS number 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 | Number | The left hand side of the comparison can be a fixed value or a variable. |
| RHS | Number | The right hand side of the comparison can be a fixed value or a variable. |