Skip to content

Math Greater Than or Equal To

Check if the first number is greater than or equal to the second.

This node checks if the first input number is greater than or equal to the second input number.

Example:#

  • Input: 10, 10

Results in the comparison 10 >= 10.

  • Output: true

Inputs#

Port Description
The first number.
The second number.

Outputs#

Port Description
The result of the comparison.

ID: math-greater-equal@v1