PropertiesWriterSetDouble Method

Sets a double number property by the given name and value.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public void SetDouble(
	string name,
	double value
)

Parameters

name  String
Name of the property to set.
value  Double
Value of the property to set in Double type.

Exceptions

ArgumentExceptionThrown if the current instance of the PropertiesWriter is read-only.

See Also