W3cubDocs

/Kotlin

fromBits

Platform and version requirements: JVM (1.2), JS (1.2), Native (1.2)
fun Double.Companion.fromBits(bits: Long): Double

Returns the Double value corresponding to a given bit representation.

Platform and version requirements: JVM (1.2), JS (1.2), Native (1.2)
fun Float.Companion.fromBits(bits: Int): Float

Returns the Float value corresponding to a given bit representation.

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/from-bits.html