PluginSettingsReadDouble Method (IPlugin, String) |
Returns a nullable double from
Values.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<double> ReadDouble(
IPlugin plugin,
string key
)
Public Function ReadDouble (
plugin As IPlugin,
key As String
) As Nullable(Of Double)
public:
Nullable<double> ReadDouble(
IPlugin^ plugin,
String^ key
)
member ReadDouble :
plugin : IPlugin *
key : string -> Nullable<float>
Parameters
- plugin
- Type: VirtualRadar.InterfaceIPlugin
- key
- Type: SystemString
Return Value
Type:
NullableDoubleSee Also