BaseBundle.PutDoubleArray(String, Double[]) Method

Definition

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

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

Parameters

key
String

a String, or null

value
Double[]

a double array object, or null

Attributes

Remarks

Inserts a double array value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null.

Java documentation for android.os.BaseBundle.putDoubleArray(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