G
Geoff Jones
Hiya
I've just discovered something when writing numbers in scientific notation
in source code. If you write something like
1.83607E-5
Visual Studio changes it to
0.0000183607
Is there a way to stop the Visual Studio environment from doing this?
Thanks
Geoff
I've just discovered something when writing numbers in scientific notation
in source code. If you write something like
1.83607E-5
Visual Studio changes it to
0.0000183607
Is there a way to stop the Visual Studio environment from doing this?
Thanks
Geoff