MIN_VALUE

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

A constant holding the smallest positive nonzero value of Double.

Since Kotlin

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

A constant holding the smallest positive nonzero value of Double.

Since Kotlin

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

A constant holding the smallest positive nonzero value of Double.

Since Kotlin

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

A constant holding the smallest positive nonzero value of Double.

Since Kotlin

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

A constant holding the smallest positive nonzero value of Double.

Since Kotlin

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

A constant holding the smallest positive nonzero value of Double.

Since Kotlin

1.8