Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


UI Text Box
sizemedium
typeinfo

This function returns the next higher integer that is greater than or equal to the given number.


Code Block
languagebash
titleSyntax
linenumberstrue
ceil(number) #Output: Number


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
ceil(-1.3)


This example returns:

-1.0


Code Block
languagebash
linenumberstrue
ceil(0)


This example returns:

0.0


Code Block
languagebash
linenumberstrue
ceil(2.3)


This example returns:

3.0



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
number

Status
subtletrue
titlenumber

Any given number or numeric field code.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titlenumber



Use cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_ceil" and space = currentSpace() and ancestor = "38569453"


Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledoneJR

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short descriptionReturns the next higher integer.
Output

Status
subtletrue
titlenumber

Label