Hello team,
I am trying to display a float value using the value display widget. My input is a string and I converted it to a float value using the parse_float( -1.0 ) function.
eg: var float r1 = s1.parse_float( -1.0 ); // r1 = 41.5
I am receiving r1 correctly as 41.5. However when I am trying to display it on the screen using value display widget, i am getting only 41.0
The precision field in the value display is set to 1, still it does not work. Can you please let me know what I must do in order to get it correctly?
Best Regards