Greater

https://helpcenter.graphisoft.com/wp-content/uploads/archicad-25/065_param-o/Greater_Big.png 

Returns true if the first value is greater than the second value, false otherwise.

Inputs

Name

Type

Description

A

Number

First value.

B

Number

Second value.

Outputs

Name

Type

Description

Variable

Boolean

The resulting variable.

  • Was this Helpful ?
  • YesNo
Relevant topics
Greater Than or Equal to [>-]
Compares two arguments (operands). Returns True if the first value is greater than or equal to the second, otherwise False. Syntax [>=] Data Types of the Arguments Integer, Number, Length, Area, Volume, or Angle (Must be identical for all arguments) Data Type of the Result ...
Greater Than [>]
Compares two arguments (operands). Returns True if the first value is greater than the second, otherwise False. Syntax [>] Data Types ...
Greater Than or Equal to [>=]
Compares two arguments (operands). Returns True if the first value is greater than or equal to the second, otherwise False. Syntax [>=] ...