12.34f vs (float) 12.34

  • Thread starter Thread starter Jon Shemitz
  • Start date Start date
The C# compiler will act the same way on ALL platforms.
The JIT will not.
The MSIL should be all the same regardless of the CPU or the OS you're
compiling under.

About the conversion - you can check out what does the C# compiler spits out
with the ILDASM utility.
Located in the .NET Framework SDK folder.

Cheers,
Branimir
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top