How can I do this with Math.round() or some function. My result looking like this 26.200000762939453
Math.round(2.5).toFixed(0);
value = parseInt(value)
In a change node:
Thank you for express answer. It is solved. Regards.
Thanks this worked for me.