You can reuse it as a source data type, for example
SELECT CAST(ROUND(100.5555, 2) AS FLOAT)
However, this sounds like display logic, and therefore I suspect that you are better off doing this in your user interface, rather than in your database.
Robin day
source share