StoreServicesExperimentVariation.GetDouble(String, Double) 方法

定义

返回在合作伙伴中心配置的 A/B 试验的指定 Double 设置的变体值。

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

参数

name
String

Platform::String

winrt::hstring

要检索的 Double 设置值的名称。

defaultValue
Double

double

设置的默认值。 如果 GetDouble 方法无法从合作伙伴中心检索指定的值,则返回此默认值,例如,如果没有网络连接 () ,并且缓存版本的变体不可用。

返回

Double

double

名称参数指定的设置的变体值。

适用于