"Chris" <ccdu...@yahoo.co.uk> wrote in message
news:enu6eGpeCHA.1952@tkmsftngp09...
> any of these constants in c#?
> A constant for the maximum value of a double?
>
>
You can use the static MaxValue and MinValue properties on the Double
type.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- nicholas...@exisconsulting.com
"Chris" <ccdu...@yahoo.co.uk> wrote in message
news:enu6eGpeCHA.1952@tkmsftngp09...
"John Fahring" <john.f...@gmx.net> wrote in message
news:uOEAyIpeCHA.1544@tkmsftngp09...
However, I had a problem using these in Visual Studio. They caused
Intellisence to terminate the compiler. If you are using VS and it goes
away on you, get rid of these and see if VS comes back.