Rounding off a variable

I am trying to multiply a variable by 1.5, but when i do it does not return a whole number, i have tried math.round(variable) but it still doesn’t round it off, can anyone help please?