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