.Net int and long size on different platform (32 vs 64)

Posted by Tomasz Modelski on Stack Overflow See other posts from Stack Overflow or by Tomasz Modelski
Published on 2010-03-23T13:17:12Z Indexed on 2010/03/23 13:23 UTC
Read the original article Hit count: 316

Filed under:
|
|

Do .Net int and long types have different size on 32 bit and 64 bit platform ?

Does int (=Int32 on 32 bit machine) on 64 bit machine will be still Int32 not Int64 ?

Can you quote any official .Net documentation ?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about datatypes