Reads a double value from this stream.
public double readDouble()
Returns the double value that was read.
This method implements the IDataStream.readDouble method. This method calls the readLong method to read a long value and then converts the bits to a double value.