Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I'm looking for a function to read only a number after the decimal point.
for example : 0.5555555555 in 0.5
Thank you for the answer
Hi,
You can try the Floor function, like : Floor(0.5555555555, 0.1)
Hi,
You can try the Floor function, like : Floor(0.5555555555, 0.1)