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