GetDouble Method
Summary
Reads the property as a double.
Syntax
public double GetDouble(
string name
)
Public Function GetDouble(
ByVal name As String
) As Double
public:
double GetDouble(
String^ name
)
Parameters
name
Name of the property to query.
Return Value
Integer value of the property.