Hey,

On 1/8/10, Wee Li Yen <[email protected]> wrote:
> public double PIValue = Math.PI; (with or without static)

If you had bothered to look at the definition of Math.PI you would
know. It's defined as follows:

                public const double PI = 3.14159265358979323846;

Meaning the compiler will inline its value whenever it's used.

-- 
Jb Evain  <[email protected]>
-- 
--
mono-cecil

Reply via email to