Then you will be able to define your final functio...
# getting-started
e
Then you will be able to define your final function like this:
fun ByteArray.getFloat(index: Int, bigEndianess: Boolean = true) = getInt(index, bigEndianess).intBitsToFloat()