NSUbiquitousKeyValueStore.SetDouble(String, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.