Settings.System.PutFloat(ContentResolver, String, Single) Method

Definition

Convenience function for updating a single settings value as a floating point number.

[Android.Runtime.Register("putFloat", "(Landroid/content/ContentResolver;Ljava/lang/String;F)Z", "")]
public static bool PutFloat (Android.Content.ContentResolver? cr, string? name, float value);
[<Android.Runtime.Register("putFloat", "(Landroid/content/ContentResolver;Ljava/lang/String;F)Z", "")>]
static member PutFloat : Android.Content.ContentResolver * string * single -> bool

Parameters

cr
ContentResolver

The ContentResolver to access.

name
String

The name of the setting to modify.

value
Single

The new value for the setting.

Returns

Boolean
Attributes

Remarks

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