Skip to main content
Version: 3.9.0

Greater or Equal

greater or equal

Use Greater or Equal to check if one value is greater than or equal to another. Greater or Equal is in the Logic category.

Input

NameData TypeDescription
Value1Int/DoubleThe base value.
Value2Int/DoubleThe value to compare to the base.

Output

NameData TypeDescription
ValueBooleanA boolean signal of the comparison result.

Example

greater or equal example

When the game time is greater than or equal to 3.0 seconds, the sphere will turn red.

greater or equal node