INT

Description: Rounds a number down to the nearest integer.

Syntax: INT(Number)

  • Number is the real number you want to round down to an integer.

Remarks:

  • When used in an event analysis flowchart, Number must evaluate to a numerical value. It can include:

Example:

  • INT(8.9) = 8