elizarov
12/13/2016, 12:08 PMintBitsToFloat
should be an extension to a float type at all. Why whold it need a Float
instance? It looks like you wanted an extension to Int
type like fun Int.intBitsToFloat() = java.lang.Float.intBitsToFloat(this)