Hello, in ignition I want to round a number until it is close to 0.8, that is, if I have the value of 2.7 it is rounded to 2 and if the value is 2.8 it is rounded to 3, is there an expression to achieve this?
I have used the floor function but it does not achieve what I describe.