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