getArrayFloat64

fun Buffer.getArrayFloat64(index: Int, out: DoubleArray, offset: Int = 0, size: Int = out.size - offset): DoubleArray

Deprecated

Replace with

getF64Array(index * Double.SIZE_BYTES, out, offset, size)