Due to the recent resurgence of spam, we have temporarily disabled user creation and page editing/creation as we resolve the issue.
Difference between revisions of "Number Compare"
From Snapwiki
(Created page with "== Number Compare == Compare two numbers and signal outputs based on the results. {| class="wikitable" style="width: 60%;" !'''INPUTS''' |} ;Test Numbers: Compare the LHS...") |
m (Fixing Flow category) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Flow]] | ||
== Number Compare == | == Number Compare == | ||
− | |||
Compare two numbers and signal outputs based on the results. | Compare two numbers and signal outputs based on the results. | ||
+ | == Details == | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | |[[File:NumberCompare.PNG]]|| | ||
+ | '''Object''': Number Compare | ||
+ | |||
+ | '''Category''': Flow | ||
− | |||
− | |||
|} | |} | ||
− | ;Test Numbers | + | == Inputs == |
+ | {| class="wikitable" style="width:60%;" | ||
+ | !colspan="3"|'''INPUTS''' | ||
+ | |- | ||
+ | |[[File:Test.png|64px|link=Test Numbers]]||'''Test Numbers'''||Compare the LHS number to the RHS number. Any outputs will send a signal depending on the result. | ||
+ | |} | ||
+ | == Outputs == | ||
+ | {| class="wikitable" style="width:60%;" | ||
+ | !colspan="3"|'''OUTPUTS''' | ||
+ | |- | ||
+ | |[[File:LessThan.png|64px|link=Less Than]]||'''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. | ||
+ | |- | ||
+ | |[[File:GreaterThan.png|64px|link=Greater Than]]||'''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. | ||
+ | |- | ||
+ | |[[File:AtMost.png|64px|link=At Most]]||'''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. | ||
+ | |- | ||
+ | |[[File:AtLeast.png|64px|link=At Least]]||'''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. | ||
+ | |- | ||
+ | |[[File:Equal.png|64px|link=Equal]]||'''Equal (Number)'''||When tested, if the LHS number is equal to the RHS, send the signal. The activator is unchanged from the input signal. | ||
+ | |- | ||
+ | |[[File:NotEqual.png|64px|link=Not Equal]]||'''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 == | ||
{| class="wikitable" style="width: 60%;" | {| class="wikitable" style="width: 60%;" | ||
− | !''' | + | !colspan="3"|'''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. | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 2016-06-16T13:29:58
Number Compare
Compare two numbers and signal outputs based on the results.
Details
Object: Number Compare Category: Flow |
Inputs
INPUTS | ||
---|---|---|
![]() |
Test Numbers | Compare the LHS number to the RHS number. Any outputs will send a signal depending on the result. |
Outputs
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. |