CEILING

Returns the smallest integer number that is not less than the provided number:

  • CEILING (5.67) = 6;
  • CEILING (-5.57) = -5

Attribute of the Number type or number constant or calculation producing number

IF CEILING (Transaction.Amount)=10 THEN ... 
  • Last modified: 2023/05/08 07:04