isNaN

Common
JVM
JS
Native
1.0
fun Double.isNaN(): Boolean
fun Float.isNaN(): Boolean

Returns true if the specified number is a Not-a-Number (NaN) value, false otherwise.