Click or drag to resize
TextInputReadDouble Method
Reads a double from the stream

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public double ReadDouble()

Return Value

Type: Double
a double
Exceptions
ExceptionCondition
FormatExceptionif the token can't be parsed to an double
See Also