Int128 in .Net?

后端 未结 8 1016
北海茫月
北海茫月 2020-12-01 09:53

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 r

8条回答
  •  遥遥无期
    2020-12-01 10:45

    C# PCL library for computations with big numbers such as Int128 and Int256. https://github.com/everbytes/BigMath

提交回复
热议问题