Started by
OllyWanted77
on
Topic category: Help with MCreator software
is there any way I can round to 1 decimal place? I've been searching for a while and I cant find anything.
Topic category: Help with MCreator software
is there any way I can round to 1 decimal place? I've been searching for a while and I cant find anything.
It can be done with custom code
You can always round using format text block
If you want to, you could also do the following:
[round(Value*100)]/100
For example [round(1.2345*100)]/100=1,23 → [round(123,45)]/100=1,23
Image for context: https://kommodo.ai/i/MhvaxiSempLzq3YLRqdX