isNaN method

bool isNaN()

Tests whether this value is NaN.

@return true if this value is NaN

Implementation

bool isNaN() {
  return hi.isNaN;
}