SyntaxFix
Write A Post
Hire A Developer
Questions
Try Double.isNaN():
Double.isNaN()
Returns true if this Double value is a Not-a-Number (NaN), false otherwise.
Note that [double.isNaN()] will not work, because unboxed doubles do not have methods associated with them.
double.isNaN()