ReadDouble()

BinaryReader::ReadDouble() method

Reads 8 bytes from the input stream and returns them as a double-precision floating point value.

virtual double System::IO::BinaryReader::ReadDouble()

Return Value

A double-precision floating point value read

See Also