fromBits
fun
Double.Companion
.
fromBits
(
bits
:
Long
)
:
Double
(Common source) (JVM source) (JS source) (Native source)
Returns the Double value corresponding to a given bit representation.
fun
Float.Companion
.
fromBits
(
bits
:
Int
)
:
Float
(Common source) (JVM source) (JS source) (Native source)
Returns the Float value corresponding to a given bit representation.