Int128 in .Net?

Posted by Adam Tegen on Stack Overflow See other posts from Stack Overflow or by Adam Tegen
Published on 2008-10-22T22:17:19Z Indexed on 2010/05/13 16:54 UTC
Read the original article Hit count: 297

Filed under:
|
|

I need to do some large integer math. Are there any classes or structs out there that represent a 128-bit integer and implement all of the usual operators?

BTW, I realize that decimal can be used to represent a 96-bit int.

© Stack Overflow or respective owner

Related posts about c#

Related posts about int128