Click or drag to resize
BinaryInputReadDouble Method
Reads the next 64 bits from standard input and return as a 64-bit double.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public double ReadDouble()

Return Value

Type: Double
the next 64 bits of data from standard input as a double
Exceptions
ExceptionCondition
IOExceptionif there are fewer than 64 bits available on standard input
See Also