Either we remove the namespace or if we run same code in Vs2008 we get message as " Error Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)"
System.Numerics is the only namespace that comes along with .NET4 . This is good addition for developing large complex calcuation that invloces huge numbers.
But in general I prefer to avoid big integers and long calculations. How abt you?
commented on Sep 15 2011 5:50AM