BigInteger in C# 4.0
When talking to one of my friend today , he mentioned about the BigInteger data type in Java . I was wondering what this datatype equivalent be in C# and ended up to see this datatype in C# too .
This is available in C# 4.0 .
The BigInteger represents a large Read More →
