|
Action |
Int removes the fractional part of number and returns the resulting integer value.
Note that if the number is negative, Int returns the first negative integer less than or equal to number. For example, Int converts -6.3 to -7.
|
Syntax |
INT (expression)
|
Parameter |
Expression
Any valid numeric expression.
|
Returns |
Variant of subtype Integer.