WebLogic Messaging API Class Library

IMapMessage.GetFloat Method 

Returns the float value with the specified name.

float GetFloat(
   String name
);

Parameters

String
the name of the float

Return Value

the float value with the specified name

Exceptions

Exception Type Condition
MessageException if JMS fails to read the message due to some internal error.
MessageFormatException if this type conversion is invalid.

See Also

IMapMessage Interface | WebLogic.Messaging Namespace