Share via


SettingsPreferenceValue.DoubleValue Property

Definition

Returns the double value for Preference, the type must be #TYPE_DOUBLE.

public double DoubleValue { [Android.Runtime.Register("getDoubleValue", "()D", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getDoubleValue", "()D", "", ApiSince=36)>]
member this.DoubleValue : double

Property Value

Attributes

Remarks

Returns the double value for Preference, the type must be #TYPE_DOUBLE.

Java documentation for android.service.settings.preferences.SettingsPreferenceValue.getDoubleValue().

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