Java.IO.RandomAccessFile.WriteDouble Method
Writes a big-endian 64-bit double to this file, starting at the current file pointer.

Syntax

[Android.Runtime.Register("writeDouble", "(D)V", "")]
public void WriteDouble (double val)

See Also

RandomAccessFile.ReadDouble

Parameters

val
the double to write to this file.

Exceptions

TypeReason
Java.IO.IOExceptionif an I/O error occurs while writing to this file.

Remarks

Writes a big-endian 64-bit double to this file, starting at the current file pointer. The bytes are those returned by Java.Lang.Double.DoubleToLongBits(double), meaning a canonical NaN is used.

[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