Android.OS.BaseBundle.PutDouble Method
Inserts a double value into the mapping of this Bundle, replacing
any existing value for the given key.
Syntax
[Android.Runtime.Register("putDouble", "(Ljava/lang/String;D)V", "GetPutDouble_Ljava_lang_String_DHandler")]
public virtual Void PutDouble (String key, Double value)
public virtual Void PutDouble (String key, Double value)
Parameters
- key
- a String, or null
- value
- a double
Remarks
Inserts a double value into the mapping of this Bundle, replacing any existing value for the given key.
Requirements
Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0