toDouble

expect abstract fun toDouble(): Double(source)

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

Since Kotlin

1.0
actual abstract fun toDouble(): Double(source)

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

Since Kotlin

1.1
actual abstract fun toDouble(): Double(source)

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

Since Kotlin

1.0
actual abstract fun toDouble(): Double(source)

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

Since Kotlin

1.3