PropertiesWriterSetSingle Method
Sets a floating point number property by the given name and value.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public void SetSingle(
string name,
float value
)
Public Sub SetSingle (
name As String,
value As Single
)
public:
void SetSingle(
String^ name,
float value
)
member SetSingle :
name : string *
value : float32 -> unit
Parameters
- name String
- Name of the property to set.
- value Single
- Value of the property to set in Single type.