2010-08-24, 06:36 PM
Do it like the executable file does it - store both in a class. When you need the float version, call the float version. In your setter, set the float and the rounded version. Then wherever you need the variables, fetch the rounded or the float version as needed.
