readFloat64 method

double readFloat64()

Read a 64-bit float.

Implementation

double readFloat64() => uint64ToFloat64(readUint64());