If the current token is a number, this field contains the value of that number.
[Visual Basic]
Public Function GetNumericValue() As Double
Missing <returns> documentation for M:Geotools.Utilities.StreamTokenizer.GetNumericValue
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.
Exception Type | Condition |
---|---|
FormatException | Current token is not a number in a valid format. |
StreamTokenizer Class | StreamTokenizer Members | Geotools.Utilities Namespace