getDoubleAt

external fun ByteArray.getDoubleAt(index: Int): Double

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

Throws

if index is outside of array boundaries.