fromBits

Common
JVM
JS
Native
1.2
fun Double.Companion.fromBits(bits: Long): Double

Returns the Double value corresponding to a given bit representation.

Common
JVM
JS
Native
1.2
fun Float.Companion.fromBits(bits: Int): Float

Returns the Float value corresponding to a given bit representation.