double.IsNan - What is the compiler doing here
- by ChloeRadshaw
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?