StoreServicesExperimentVariation.GetDouble(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.
public:
virtual double GetDouble(Platform::String ^ name, double defaultValue) = GetDouble;
double GetDouble(winrt::hstring const& name, double const& defaultValue);
public double GetDouble(string name, double defaultValue);
function getDouble(name, defaultValue)
Public Function GetDouble (name As String, defaultValue As Double) As Double
Parameters
- name
-
String
Platform::String
winrt::hstring
The name of the Double setting value that you want to retrieve.
- defaultValue
-
Double
double
The default value for the setting. The GetDouble method returns this default value if it is not able to retrieve the specified value from Partner Center (for example, if there is no network connectivity), and a cached version of the variation is not available.
Returns
Double
double
A variation value for the setting specified by the name parameter.