Greater Than [>]

Compares two arguments (operands).

Returns True if the first value is greater than 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

True/False

Expression

Identify whether the element’s Purchase Price (an existing Number-type property) is greater than 30.

Expression

Purchase Price > 30

Result

True for elements whose price is over 30, otherwise False

  • 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 or Equal to [>=]
Compares two arguments (operands). Returns True if the first value is greater than or equal to the second, otherwise False. Syntax [>=] ...
Greater Or Equal
  Returns true if the first value is greater than or equal to the second value, false otherwise. Inputs Name Type Description A Number First value. B Number Second value. ...