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