Aqualogic Interaction API  
 

IPTSResult.getFieldAsDouble Method 

Returns the value of a floating-point IPTSField. Note that the Search Server stores all numeric types as 32-bit float values. Values will suffer roundoff error. Throws a PTSNoFieldValueException if the field is not defined for this result.

double getFieldAsDouble(
   IPTSField field
);

Return Value

value of the indicated field, as double

See Also

IPTSResult Interface | com.plumtree.server.search Namespace