Reads a Double (an 8-byte floating point value) from the current stream and advances the current position of the stream by 8 bytes.
[Visual Basic] Overridable Public Function ReadDouble() As Double [C#] public virtual double ReadDouble(); [C++] public: virtual double ReadDouble(); [JScript] public function ReadDouble() : double;
A Double read from the current stream.
Exception Type | Condition |
---|---|
EndOfStreamException | The end of the stream has been reached. |
IOException | An I/O error occurs. |
BinaryReader Class | BinaryReader Members | System.IO Namespace