Click or drag to resize
BinaryInput.ReadBoolean Method
Reads the next bit of data from standard input and return as a boolean.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool ReadBoolean()

Return Value

Type: Boolean
the next bit of data from standard input as a boolean
Exceptions
ExceptionCondition
IOExceptionif standard input is empty
See Also