[TIBCO.EMS .NET client library 8.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Returns the float value with the specified name.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public float GetFloat( string name ) |
Public Function GetFloat ( _ name As String _ ) As Single |
public: float GetFloat( String^ name ) |
Parameters
- name
- Type: System..::.String
the name of the float
Return Value
The float value with the specified name. Returns null if the message does not have a field set for the name.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS..::.EMSException | if the message could not be read due to an internal error |
TIBCO.EMS..::.MessageFormatException | if this type conversion is invalid. |