[Mono-list] Odd behavior

Dwivedi , Ajay Kumar AjayKumar.Dwivedi@dresdner-bank.com
Sun, 24 Feb 2002 08:05:23 -0000


This is probably because the documentation says:
Use IsNaN to determine whether a value is not a number. It is not possible
to determine whether a value is not a number by comparing it to another
value equal to NaN.
BTW .equals seems to work too, but I am not too sure :)

> Could someone explain to me why my //TODO's don't work..