Please use the following formula:
If(Value(Left((Last(Split(TextInput2.Text,".")).Value),1)) < 5 And Mod(TextInput2.Text,1)>0,Round(Value(TextInput2.Text) + 1,0),Round(Value(TextInput2.Text),0))
Where, TextInput2 is the input decimal value that needs to be rounded off.