DesktopUtilsgetJSONDouble Method |
"defaultValue" is returned if no match is found.
The JSON object to retrieve a value from.The key to search for.The value to return if no key match is found.Namespace: Openfin.Desktop
public static double getJSONDouble( JObject jsonObject, string key, double defaultValue = 0 )
[Missing <param name="jsonObject"/> documentation for "M:Openfin.Desktop.DesktopUtils.getJSONDouble(Newtonsoft.Json.Linq.JObject,System.String,System.Double)"]
[Missing <param name="key"/> documentation for "M:Openfin.Desktop.DesktopUtils.getJSONDouble(Newtonsoft.Json.Linq.JObject,System.String,System.Double)"]
[Missing <param name="defaultValue"/> documentation for "M:Openfin.Desktop.DesktopUtils.getJSONDouble(Newtonsoft.Json.Linq.JObject,System.String,System.Double)"]
[Missing <returns> documentation for "M:Openfin.Desktop.DesktopUtils.getJSONDouble(Newtonsoft.Json.Linq.JObject,System.String,System.Double)"]