StreamTokenizer.nval

StreamTokenizer.nval

Class Overview | Class Members | This Package | All Packages

Syntax
public double nval
Description
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.

See Also
TT_NUMBER, ttype