Greater or equal than tester

[number/Greater or equal than tester]


Tests whether the value is greater or equal than the reference. Example:

  1. 23@0 is received via value

  2. 19@0 is received via reference

  3. true@0 is sent via greater or equal


Keywords: number, greater than or equal, gte, compare

Input ports

  • value: number

    The value to test against the reference

  • reference: number

    The reference to compare the value with

Output ports

  • greater or equal: boolean

    Whether the value is greater or equal than the reference

Last updated