Skip to main content

greater than

Check if a value is greater than another value

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 2 weeks ago

Inputs

Name

Abbreviation

Type

Access

Description

A

A

Number

Item

The first value

B

B

Number

Item

The second value

Outputs

Name

Abbreviation

Type

Access

Description

Result

R

Boolean

Item

Whether the first value is greater than the second

How to

  1. Feed an number into item A

    You can type a number directly into the number box on the node

    The value could be a calculated number from area, a basic number, or an Input Parameter with the number type

  2. Feed a number into item B

    You can type a number directly into the number box on the node

    The value could be a calculated number from area, a basic number, or an Input Parameter with the number type

  3. The result is true if the value in B is Greater Than the number in A

    IE:

    A: 3 B: 4 TRUE

    A: 3 B: 3 FALSE

    A: 3 B: 2 FALSE

Did this answer your question?