WebLogic Messaging API Class Library

IMapMessage.SetFloat�Method�

Sets a float value with the specified name into the Map.

void�SetFloat(
���stringname,
���floatvalue
);

Parameters

name
the name of the float
value
the float value to set in the Map

Exceptions

Exception Type Condition
MessageException if JMS fails to write the message due to some internal error.
ArgumentException if the name is null or if the name is an empty string.
MessageNotWriteableException if the message is in read-only mode.

See Also

IMapMessage Interface | WebLogic.Messaging Namespace