fromBits

Returns the Double value corresponding to a given bit representation.

Since Kotlin

1.2

Returns the Float value corresponding to a given bit representation.

Since Kotlin

1.2
actual inline fun Double.Companion.fromBits(bits: Long): Double(source)

Returns the Double value corresponding to a given bit representation.

Since Kotlin

1.2

actual inline fun Float.Companion.fromBits(bits: Int): Float(source)

Returns the Float value corresponding to a given bit representation.

Since Kotlin

1.2
actual inline fun Double.Companion.fromBits(bits: Long): Double(source)

Returns the Double value corresponding to a given bit representation.

Since Kotlin

1.2

actual inline fun Float.Companion.fromBits(bits: Int): Float(source)

Returns the Float value corresponding to a given bit representation.

Since Kotlin

1.2
actual inline fun Double.Companion.fromBits(bits: Long): Double(source)

Returns the Double value corresponding to a given bit representation.

Since Kotlin

1.3

actual inline fun Float.Companion.fromBits(bits: Int): Float(source)

Returns the Float value corresponding to a given bit representation.

Since Kotlin

1.3