For example, if I want to divide 27 / 15 it gives me 1.8.
What is the way for me just to return just the complete part of the value returned?

It doesn't matter if the value is 199.9, I still only want the 199.

This is probably quite simple, but I have done very little maths in VB before.