toDouble

abstract fun toDouble(): Double(source)

Returns the value of this number as a Double, which may involve rounding.

Since Kotlin

1.0
abstract fun toDouble(): Double(source)

Returns the value of this number as a Double, which may involve rounding.

Since Kotlin

1.3