ISharedPreferencesEditor.PutFloat(String, Single) Method

Definition

Set a float value in the preferences editor, to be written back once Commit() or Apply() are called.

[Android.Runtime.Register("putFloat", "(Ljava/lang/String;F)Landroid/content/SharedPreferences$Editor;", "GetPutFloat_Ljava_lang_String_FHandler:Android.Content.ISharedPreferencesEditorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Content.ISharedPreferencesEditor? PutFloat (string? key, float value);
[<Android.Runtime.Register("putFloat", "(Ljava/lang/String;F)Landroid/content/SharedPreferences$Editor;", "GetPutFloat_Ljava_lang_String_FHandler:Android.Content.ISharedPreferencesEditorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member PutFloat : string * single -> Android.Content.ISharedPreferencesEditor

Parameters

key
String

The name of the preference to modify.

value
Single

The new value for the preference.

Returns

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