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
Name | Data type | Description |
Value1 | Int / Double | The base value |
Value2 | Int / Double | The value to compare to the base |
Output
Name | Data type | Description |
Value | Boolean | A boolean value of comparison result |
Example

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