PropertiesWriterSetDouble Method
Sets a double number property by the given name and value.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public void SetDouble(
string name,
double value
)
Public Sub SetDouble (
name As String,
value As Double
)
public:
void SetDouble(
String^ name,
double value
)
member SetDouble :
name : string *
value : float -> unit
Parameters
- name String
- Name of the property to set.
- value Double
- Value of the property to set in Double type.