.net - Numbers that exceeds basic types in C# -


I'm solving problems in most of the resolutions

  1. Ulong,
is greater than
  such as: Ulong number = 81237146123746237846293567465365862854736263874623654728568263582;  
    More than 30
  1. Number with very critical decimal critical digits

example To: decimal Dec = 0,3242342543573894756936576474978265726385428569234753964340653;

  1. The arrays must be the index values ​​that are greater than the highest integer value

. Ex: bool [] items = new bool [213192471235494658346583465340673475263842864836];

I found a library called IntX to solve this big number.

Comments