BinaryInputReadDouble Method |
Reads the next 64 bits from standard input and return as a 64-bit double.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double ReadDouble()
Return Value
Type:
Doublethe next 64 bits of data from standard input as a
double
ExceptionsException | Condition |
---|
IOException | if there are fewer than 64 bits available on standard input |
See Also