getFloatAt

external fun ByteArray.getFloatAt(index: Int): Float

Gets Float out of the ByteArray byte buffer at specified index index

Throws

if index is outside of array boundaries.