> lang > int | ![]() |
Previous Next Edit Rename Undo Refresh Search Administration
| Documentation |
|
Value = Int ( Number )
Returns the mathematical integer part of Number, i.e. the greatest integer which is less than Number.
The Value is not limited to the Integer size (32 bits) nor to the Long size (64 bits). It may be Float.
The next example shows how Int() works on a Boolean variable.
The difference between Int() and CInt() is: