Get(string,float) Method
Summary
Reads the property as a float.
Syntax
public float Get(
string name,
float def
)
Public Function [Get](
ByVal name As String,
ByVal def As Single
) As Single
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.