Java.IO.ObjectInputStream.ReadDouble Method
Reads a double (64 bit) from the source stream.

Syntax

[Android.Runtime.Register("readDouble", "()D", "GetReadDoubleHandler")]
public virtual double ReadDouble ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.EOFExceptionif the end of the input is reached before the read request can be satisfied.
Java.IO.IOExceptionif an error occurs while reading from the source stream.

Remarks

Reads a double (64 bit) from the source stream.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1