Method NextDouble
NextDouble()
Reads in a double from the string. Parses digits with an optional decimal, sign, or exponent. NaN and Infinity are not supported. offset is advanced past whitespace.
Declaration
public virtual double NextDouble()
Returns
Type | Description |
---|---|
System.Double | System.Double value |