Skip to main content
Version: 3.9.0

Greater Than

greater than

Use Greater Than to check if one value is less than or equal to another. Greater Than 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 than example

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

greater than node