writeFloat

suspend fun ByteWriteChannel.writeFloat(value: Float)

Writes a 32-bit floating-point value to the current ByteWriteChannel.

Report a problem