JAVA/CORBA CLASSES
Returns the value of an item with a single numeric value.
Defined in
Document
Syntax
public double getItemValueDouble(String name) throws NotesException
Parameters
String name
double
If multiple items have the same name, this method returns the value of the first item.
If the item has no value or the value is text, date-time, or empty, this method returns 0.0.
If no item with the specified name exists, this method returns 0.0. It does not throw an exception. Use hasItem to verify the existence of an item.
If the item has multiple values, this method returns the first value.
Example See Also