setArrayFloat64
fun Buffer.setArrayFloat64(index: Int, inp: DoubleArray, offset: Int = 0, size: Int = inp.size - offset)
Deprecated
Replace with
setArray(index * Double.SIZE_BYTES, inp, offset, size)
Content copied to clipboard
setArray(index * Double.SIZE_BYTES, inp, offset, size)