Round down(take integer part) in expression language

Hello
I need to round down or take its integer part of a number in expression language. I found only round() which round to nearest integer value which is not the case I need.
Is there any solution for that?

I believe you are looking for floor()

https://docs.inductiveautomation.com/display/DOC80/floor

2 Likes

Thanks. Some times I can’t see obvious solutions in docs. :wink: