Get(string,float) Method
Summary
Reads the property as a float.
Syntax
public float Get(
string name,
float def
)
public:
Single Get(
String^ name,
Single def
)
Parameters
name
Name of the property to query.
def
Default value to return in case the property was not set.
Return Value
Value of the property.