Rounding Numbers

When I have a number field and tell it to display up to 1 decimal places, it displays correctly, but the value saved in the document does not round. Is there an easy way to fix this?

Subject: Rounding Numbers

The following in the input translation event will round it to 1 decimal place

@Round(FieldName; 0.1)