readFloat32 method

double readFloat32()

Read a 32-bit float.

Implementation

double readFloat32() => uint32ToFloat32(readUint32());