Documentation Center

Numerical operands

Numerical operands can be any number, any variable that represents a number, any function call that returns a number, or any compound numerical expression that evaluates to a number. Compound numerical expressions can use the arithmetic and bitwise operator: the unary operators +, - and ~, as well as the binary operators +, -, &, |, ^, *, /, %, << and >>.

For example, the following are all valid numerical operands:

  • 42
  • Component.Fields.Address.HouseNumber + 4
  • Component.SocialSecurityNumber