elizarov
fun ByteArray.getFloat(index: Int, bigEndianess: Boolean = true) = getInt(index, bigEndianess).intBitsToFloat()