≥ (LogiX node)
Jump to navigation
Jump to search
≥ | ||
---|---|---|
![]() | ||
Inputs | ||
Float | A | |
Float | B | |
Outputs | ||
Bool | * |
The ≥ node checks whether input A is greater than or equal to B.
Usage
When spawned from the node browser, this node accepts the float datatype by default. However, this node can be overloaded to accept various numeric value types if an appropriate wire is connected to the input. This node outputs True if input A is greater than or equal to input B, otherwise False.