ktor-io / io.ktor.utils.io.bits / storeDoubleAt

storeDoubleAt

inline expect fun Memory.storeDoubleAt(offset: Int, value: Double): Unit
inline expect fun Memory.storeDoubleAt(offset: Long, value: Double): Unit

Write short signed 64bit floating point number in the network byte order (Big Endian)