it sounds like to me it is scientific notation because it is a large decimal. you could use something like

decimal.toInt32(variable);

or

set the number of decimal places.

if you want to get rid of the decimal all together i would use the

decimal.toInt32()

-zd