double.IsNan - What is the compiler doing here

Posted by ChloeRadshaw on Stack Overflow See other posts from Stack Overflow or by ChloeRadshaw
Published on 2010-03-18T09:40:42Z Indexed on 2010/03/18 9:51 UTC
Read the original article Hit count: 207

Filed under:

Ok - I am being a bit geeky but girls can be geeks to

When we do something like double.isNan what exactly is happening.

If double was a class I would understand it, but double is a struct and is a value type so how does C# actually call a static method on a value type?

© Stack Overflow or respective owner

Related posts about c#