vertx / io.vertx.reactivex.core.buffer / Buffer / setFloat

setFloat

open fun setFloat(pos: Int, f: Float): Buffer

Sets the float at position pos in the Buffer to the value f.

The buffer will expand as necessary to accommodate any value written.

Parameters

pos -

f -

Return