Share via


GenericDocument.GetPropertyDoubleArray(String) Method

Definition

Retrieves a repeated double property by path.

[Android.Runtime.Register("getPropertyDoubleArray", "(Ljava/lang/String;)[D", "GetGetPropertyDoubleArray_Ljava_lang_String_Handler", ApiSince=31)]
public virtual double[]? GetPropertyDoubleArray (string path);
[<Android.Runtime.Register("getPropertyDoubleArray", "(Ljava/lang/String;)[D", "GetGetPropertyDoubleArray_Ljava_lang_String_Handler", ApiSince=31)>]
abstract member GetPropertyDoubleArray : string -> double[]
override this.GetPropertyDoubleArray : string -> double[]

Parameters

path
String

The path to look for.

Returns

Double[]

The double[] associated with the given path, or null if no value is set or the value is of a different type.

Attributes

Remarks

Java documentation for android.app.appsearch.GenericDocument.getPropertyDoubleArray(java.lang.String).

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