Decimal value scaling

hi i am having a float tag 49.7999945…i want only one digit after decimal.what should i do?

Have you tried an expression transform like this:
round( 3.829839 , 2 ) //returns 3.83