UserProperties.GetPropertyFloat

GetPropertyFloat(string)

Gets float property value.

public virtual float GetPropertyFloat(string key)
ParameterTypeDescription
keyStringThe name of property.

Return Value

Property value.

See Also


GetPropertyFloat(string, float)

Gets float property value. If requested property is absent, returns provided default value.

public virtual float GetPropertyFloat(string key, float defValue)
ParameterTypeDescription
keyStringThe name of property.
defValueSingleDefault value of property.

Return Value

Property value.

See Also