Pi

public double Pi()
{
    return Math.PI;
}
Vote up this code1