TextInputHasNextDouble Method |
Check if there is a double token from the coming stream
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool HasNextDouble()
Return Value
Type:
Booleantrue if a double can be obtained from the read next
See Also