BaseBundle.PutDouble(String, Double) Method

Definition

Inserts a double value into the mapping of this Bundle, replacing any existing value for the given key.

[Android.Runtime.Register("putDouble", "(Ljava/lang/String;D)V", "GetPutDouble_Ljava_lang_String_DHandler")]
public virtual void PutDouble (string? key, double value);
[<Android.Runtime.Register("putDouble", "(Ljava/lang/String;D)V", "GetPutDouble_Ljava_lang_String_DHandler")>]
abstract member PutDouble : string * double -> unit
override this.PutDouble : string * double -> unit

Parameters

key
String

a String, or null

value
Double

a double

Attributes

Remarks

Inserts a double value into the mapping of this Bundle, replacing any existing value for the given key.

Java documentation for android.os.BaseBundle.putDouble(java.lang.String, 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