open fun setDouble(pos: Int, d: Double): Buffer
Sets the double at position pos in the Buffer to the value d.
double
pos
d
The buffer will expand as necessary to accommodate any value written.
pos -
d -
Return