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