Double.isNaN

Returns {@code true} if this {@code Double} value is a Not-a-Number (NaN), {@code false} otherwise.

@return {@code true} if the value represented by this object is NaN; {@code false} otherwise.

  1. bool isNaN()
  2. bool isNaN(double v)
    class Double
    static @trusted nothrow
    bool
    isNaN
    (
    double v
    )

Meta