Java.IO.DataOutputStream.WriteDouble Method
Writes the specified 64-bit double in big-endian order.

Syntax

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

Parameters

val
the double to write.

Exceptions

TypeReason
Java.IO.IOException

Remarks

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]

Requirements

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