Related Topics: | ||
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 a RENO flowchart, Number must evaluate to a numerical value. It can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
INT(8.9) = 8
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.