Integer Compare

Last modified by KDearnley on 2023/07/31 14:06

Integer Compare

Compare two integers and signal outputs based on the results.

Details

IntegerCompare.PNG
Object: Integer Compare

Category: Flow

Inputs

INPUTS
Test.pngTestCompare the LHS integer to the RHS integer. Any outputs will send a signal depending on the result.

Outputs

OUTPUTS
LessThan.pngLess Than (Integer)When tested, if the LHS integer is less than the RHS, send the signal. The activator is unchanged from the input signal.
GreaterThan.pngGreater Than (Integer)When tested, if the LHS integer is greater than the RHS, send the signal. The activator is unchanged from the input signal.
AtMost.pngAt 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.
AtLeast.pngAt 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.pngEqual (Integer)When tested, if the LHS integer is equal to the RHS, send the signal. The activator is unchanged from the input signal.
NotEqual.pngNot 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
PropertyTypeDescription
NameStringThe name of this object. Rename an object to make it easy to identify.
LHSIntegerThe left hand side of the comparison can be a fixed value or a variable.
RHSIntegerThe right hand side of the comparison can be a fixed value or a variable.
Tags: Flow