StreamTokenizer.Nval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If the current token is a number, this field contains the value of that number.
[Android.Runtime.Register("nval")]
public double Nval { get; set; }
[<Android.Runtime.Register("nval")>]
member this.Nval : double with get, set
Property Value
- Attributes
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
.
The initial value of this field is 0.0.
Java documentation for java.io.StreamTokenizer.nval
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.