writeDouble

suspend fun ByteWriteChannel.writeDouble(value: Double)

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

Report a problem

Parameters

value

The floating-point value to be written to the channel.