Android.Util.JsonReader.NextDouble Method
Returns the JsonToken.Number value of the next token, consuming it.

Syntax

[Android.Runtime.Register("nextDouble", "()D", "")]
public double NextDouble ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif the next token is not a literal value.
Java.IO.IOException

Remarks

Returns the JsonToken.Number value of the next token, consuming it. If the next token is a string, this method will attempt to parse it as a double using Java.Lang.Double.ParseDouble(string).

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11