Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

Int()

  • Last UpdatedMay 10, 2016
  • 1 minute read

Returns the next integer less than or equal to a specified number.

Category

Math

Syntax

IntegerResult = Int( Number );

Parameter

Number

Any number or numeric attribute.

Remarks

When handling negative real (float) numbers, this function returns the integer farthest from zero.

Examples

Int(4.7); ' returns 4

Int(-4.7); ' returns -5

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in