I trid this in .NET immediate window:
30f + 0.5f
And get 30.5 as expected. In mono, I get 30 instead. What is the reason?
Details:
- .NET: Visual Studio 2010 SP1
- mono: Unity3D 3.5.6f4 equipped with MonoDevelop 2.8.2
I trid this in .NET immediate window:
30f + 0.5f
And get 30.5 as expected. In mono, I get 30 instead. What is the reason?
Details: