Class Setting_double
[Serializable]
public abstract class Setting_double : SettingBase<double>, ISetting
- Inheritance
-
Setting_double
- Implements
- Derived
- Inherited Members
Methods
SerializeValue(double)
Serializes the setting's value to a string. Override if special treatment is needed.
protected override string SerializeValue(double value)
Parameters
valuedoubleThe value to serialize.
Returns
- string
The string representation of value.