getDoubleValue
getDoubleValue — retrieves the point data as a double-typed value.
double getDoubleValue( | ); |
void;The current object value as a double.
This method will convert the point value type if needed. If the string cannot
be converted, 0.0 is returned. Strings representing hex,
octal, or binary integers generate 0.0.