Skip to main content

less than or equal

Check if a value is less than or equal to 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 less than or equal to 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 Less than or Equal to the number in A

    IE:

    A: 3 B: 2 TRUE

    A: 3 B: 3 TRUE

    A: 3 B: 4 FALSE

Did this answer your question?