| BinaryInputReadInt Method  | 
             Reads the next 32 bits from standard input and return as a 32-bit int.
 
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxReturn Value
Type: 
Int32the next 32 bits of data from standard input as a 
int
Exceptions| Exception | Condition | 
|---|
| IOException | if there are fewer than 32 bits available on standard input | 
See Also