Namespace:
Apache.NMS
Assembly: Apache.NMS (in Apache.NMS.dll)
Assembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Function GetDouble ( _ key As String _ ) As Double |
| C# |
|---|
double GetDouble( string key ) |
| Visual C++ |
|---|
double GetDouble( String^ key ) |
| JavaScript |
|---|
function getDouble(key); |
Parameters
- key
- Type: System..::..String