Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Function GetFloat ( _
	key As String _
) As Single
C#
float GetFloat(
	string key
)
Visual C++
float GetFloat(
	String^ key
)
JavaScript
function getFloat(key);

Parameters

key
Type: System..::..String

See Also