UserProperties.GetPropertyDouble

GetPropertyDouble(string)

获取双属性值。

public virtual double GetPropertyDouble(string key)
范围类型描述
keyString财产名称。

返回值

适当的价值。

也可以看看


GetPropertyDouble(string, double)

获取双属性值。如果请求的属性不存在,则返回提供的默认值。

public virtual double GetPropertyDouble(string key, double def)
范围类型描述
keyString财产名称。
defDouble属性的默认值。

返回值

适当的价值。

也可以看看