-
Type:
New Feature Request
-
Resolution: Fixed
-
Priority:
Trivial
-
None
-
Affects Version/s: 3.0.5
-
Component/s: Frontend (F), Server (S)
-
None
I've run across a use case where I need to store a float item value as an int (calc item). Our use case is pretty specific, but I think this basic function might prove useful for other things as well.
In our case, we ideally need to use floor() but I think round() and ceil() might prove useful too.