Click or drag to resize
TextInputHasNextDouble Method
Check if there is a double 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 HasNextDouble()

Return Value

Type: Boolean
true if a double can be obtained from the read next
See Also