PluginSettingsReadDouble Method (IPlugin, String, Double) |
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double ReadDouble(
IPlugin plugin,
string key,
double defaultValue
)
Public Function ReadDouble (
plugin As IPlugin,
key As String,
defaultValue As Double
) As Double
public:
double ReadDouble(
IPlugin^ plugin,
String^ key,
double defaultValue
)
member ReadDouble :
plugin : IPlugin *
key : string *
defaultValue : float -> float
Parameters
- plugin
- Type: VirtualRadar.InterfaceIPlugin
- key
- Type: SystemString
- defaultValue
- Type: SystemDouble
Return Value
Type:
DoubleSee Also