How can I determine if a Cocoa NSNumber
represents NaN (not a number)?
This emerges, for example, when I parse a string that has an invalid (non-numeric) contents.
See Question&Answers more detail:osHow can I determine if a Cocoa NSNumber
represents NaN (not a number)?
This emerges, for example, when I parse a string that has an invalid (non-numeric) contents.
See Question&Answers more detail:os