Namespace:
Apache.NMS.Util
Assembly: Apache.NMS (in Apache.NMS.dll)
Assembly: Apache.NMS (in Apache.NMS.dll)
Syntax
Visual Basic |
---|
Public Function GetFloat ( _ key As String _ ) As Single |
C# |
---|
public float GetFloat( string key ) |
Visual C++ |
---|
public: virtual float GetFloat( String^ key ) sealed |
JavaScript |
---|
function getFloat(key); |
Parameters
- key
- Type: System..::..String