NSUbiquitousKeyValueStore.SetDouble(String, Double) Method

Definition

Sets a double-precision floating-point value for the specified key in the ubiquitous key-value store.

public void SetDouble(string key, double value);
member this.SetDouble : string * double -> unit

Parameters

key
String

The key to associate the value with.

value
Double

The double value to store.

Applies to