PropertiesReaderGetDouble(String, Double) Method
Retrieves a double property.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public double GetDouble(
string name,
double defaultValue
)
Public Function GetDouble (
name As String,
defaultValue As Double
) As Double
public:
double GetDouble(
String^ name,
double defaultValue
)
member GetDouble :
name : string *
defaultValue : float -> float
- name String
- Name of the property to retrieve.
- defaultValue Double
- Default value.
DoubleProperty value if the property exists and is parsed OK.