Reads an 8-byte floating point value from the current stream and advances the current position of the stream by eight bytes.
An 8-byte floating point value read from the current stream.
System.IO.BinaryReader does not restore the file position after an unsuccessful read.
BinaryReader reads this data type in little-endian format.
For a list of common I/O tasks, see Common I/O Tasks.