Reads a double-precision floating-point number from the stream.
            Stream footprint: dynamic, same as Int64.
            
| C# | Visual Basic | Visual C++ | J# | 
public double ReadDouble()
Public Function ReadDouble As Double
public: double ReadDouble()
public double ReadDouble()
The value read from the stream.
