DataOutputStream.WriteDouble(Double) Method

Definition

Converts the double argument to a <code>long</code> using the <code>doubleToLongBits</code> method in class <code>Double</code>, and then writes that <code>long</code> value to the underlying output stream as an 8-byte quantity, high byte first.

[Android.Runtime.Register("writeDouble", "(D)V", "")]
public void WriteDouble (double v);
[<Android.Runtime.Register("writeDouble", "(D)V", "")>]
abstract member WriteDouble : double -> unit
override this.WriteDouble : double -> unit

Parameters

v
Double

a <code>double</code> value to be written.

Implements

Attributes

Exceptions

Remarks

Java documentation for java.io.DataOutputStream.writeDouble(double).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to