IDataInput.ReadDouble
valthe double to write.
TypeReasonJava.IO.IOExceptionif an I/O error occurs while writing.
Writes the specified 64-bit double in big-endian order. The resulting output is the eight bytes returned by Java.Lang.Double.DoubleToLongBits(double).
[Android Documentation]