int(x)
Causes the result
of the numeric variable, constant, or calculation x to be an integer.
If the output is a new variable, it will be of type integer, but
if the output variable already exists, its type is not changed.
Provide Feedback