Syntax |
Int(number) |
Description |
Returns the integer part of number. |
Comments |
This function returns the integer part of a given value by returning the first integer less than the number. The sign is preserved. The Int function returns the same type as number, with the following exceptions:
|
Example |
This example extracts the integer part of a number. Sub Main() |
See Also |
I |