Geotools.Net

StreamTokenizer.GetNumericValue Method 

If the current token is a number, this field contains the value of that number.

[Visual Basic]
Public Function GetNumericValue() As Double
[C#]
public double GetNumericValue();

Return Value

Missing <returns> documentation for M:Geotools.Utilities.StreamTokenizer.GetNumericValue

Remarks

If the current token is a number, this field contains the value of that number. The current token is a number when the value of the ttype field is TT_NUMBER.

Exceptions

Exception TypeCondition
FormatExceptionCurrent token is not a number in a valid format.

See Also

StreamTokenizer Class | StreamTokenizer Members | Geotools.Utilities Namespace