How to limit the number of decimals in a float? (verse)

The result of “set NewValue = (Amount/1000.0)” or “1265.0 / 1000.0”, when displayed in a billboard is “1.265000”, when I need it to be 1.26.

How can I fix it? Thanks!