kotlin-stdlib / kotlin.native / getFloatAt getFloatAt Native 1.3 fun ByteArray.getFloatAt(index: Int): Float Gets Float out of the ByteArray byte buffer at specified index index Exceptions ArrayIndexOutOfBoundsException - if index is outside of array boundaries.