isFinite
Since Kotlin
1.0Returns true
if the argument is a finite floating-point value; returns false
otherwise (for NaN
and infinity arguments).
Since Kotlin
1.1Returns true
if the argument is a finite floating-point value; returns false
otherwise (for NaN
and infinity arguments).