You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases it would be useful to support floating point numbers as values, not just ints.
Implementation idea: to keep it simple, perhaps just a 'factor' attribute, which would be applied when displaying in edit field and when reading from edit field and then just a couple overloaded methods to read/write float value.
The text was updated successfully, but these errors were encountered:
In some cases it would be useful to support floating point numbers as values, not just ints.
Implementation idea: to keep it simple, perhaps just a 'factor' attribute, which would be applied when displaying in edit field and when reading from edit field and then just a couple overloaded methods to read/write float value.
The text was updated successfully, but these errors were encountered: