open fun setFloat(pos: Int, f: Float): Buffer
Sets the float at position pos in the Buffer to the value f.
float
pos
f
The buffer will expand as necessary to accommodate any value written.
pos -
f -
Return