Parcel.WriteDouble(Double) Method

Definition

Write a double precision floating point value into the parcel at the current dataPosition(), growing dataCapacity() if needed.

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

Parameters

val
Double
Attributes

Remarks

Write a double precision floating point value into the parcel at the current dataPosition(), growing dataCapacity() if needed.

Java documentation for android.os.Parcel.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