For the complete documentation index, see llms.txt. This page is also available as Markdown.

Int

Rounds a decimal number to nearest whole number.

Rounds a decimal number to nearest whole number. A number ending in .5 will be rounded to the nearest even whole number

Expression
Databox Value
Result
Comments

Int

12.59

13

Rounds decimal number to nearest whole number. A number ending in .5 will be rounded to the nearest even whole number. See also Round

Last updated