On 3/8/07, Tom Gal <[EMAIL PROTECTED]> wrote:
> >
> > Assuming you're talking about simple binary, I think your output
> > should be a tad bigger. I get 21,987.
> >
> My mistake, I guess "double" is different than decimal. Sorry.
>
> --
> [email protected]
> http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
>
Yep, probably can't say anything like that without qualifying it in
retrospect. Double precision floating point number in C# on WindowsXP.....
I'd say this almost one of the only times where basic C would be the best.
C# (like java) won't let you cast, and PERL requires all this complication,
What about using "unsafe" in C# to get access to pointers directly in
the language?
http://www.codersource.net/csharp_unsafe_code.html
http://www.google.com/search?hl=en&q=C%23+unsafe+cast&btnG=Google+Search
Disclaimer: I haven't used "unsafe" yet, this is just an idea.
-Chuck
--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg