Description:
Get value as float, will return defaultValue unless value was created using Set(string key, float value)
Syntax:
public Single GetFloat(
String key,
Single defaultValue
)
String key,
Single defaultValue
)
Returns:
Type: Single
Available since:
5.0
Description:
Get value as float, will only succeed if value was created using Set(string key, float value)
Syntax:
public Single GetFloat(
String key
)
String key
)
Returns:
Type: Single
Available since:
5.0