AKD BASIC User Guide | 5 AKD BASIC Functions
5.12 INT()
General Information
Type Function
Description INT() (convert to largest integer) truncates an expression to a whole number.
Instructions
INT() behaves the same as FIX() for positive numbers. They behave differently for negative
numbers.
Example
Print INT(12.34) 'prints the value 12
Print INT(-12.34) 'prints the value -13
Related Topics
CINT() | FIX()
75 Kollmorgenâ„¢ | March 30, 2012