| BinaryInputReadBoolean Method |
Reads the next bit of data from standard input and return as a boolean.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool ReadBoolean()
Return Value
Type:
Booleanthe next bit of data from standard input as a
boolean
Exceptions| Exception | Condition |
|---|
| IOException | if standard input is empty |
See Also