MIN_VALUE

const val MIN_VALUE: Double = 4.9E-324(source)

A constant holding the smallest positive nonzero value of Double.

Since Kotlin

1.0
const val MIN_VALUE: Double = 4.9E-324(source)

A constant holding the smallest positive nonzero value of Double.

Since Kotlin

1.3