I would think this would be an oft-asked question, but could not find its duplicate. Googling didn't help, either.
Why does a double display as an int in the visual studio debugger, as shown below:
The value should be around 4.4 or so. Why does Visual Studio just show a rounded version of the value? More importantly, how can I get it to show a real value rather than an approximation?