Writes a double 32 bits.
int writeFloat32(double n) { var byteData = ByteData(4); return _writeFloat32(n, byteData); }