Click or drag to resize
TextInputHasNextInt Method
Check if there is an integer token from the coming stream

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

Return Value

Type: Boolean
true if an integer can be obtained from the read next
See Also