BinaryReader: ReadDouble

ReadDouble

Reads 8 bytes from the stream and returns them as a Double datatype.

 Public Function ReadDouble ( ) As Double

Return Values

Double -  A Double datatype read from the stream.

Remarks

See Also

Project VBCorLib Overview | Class BinaryReader Overview