Getting Pi in .NET

While programming some mathematichal operations, we need the Pi. The PI field of Math class brings the value for PI: "3.14159265358979323846". Math.PI
 
Console.WriteLine(Math.PI.ToString());
 

Makalenin Türkçe'si için tiklayin.