getDoubleValue

getDoubleValue — retrieves the point data as a double-typed value.

Syntax

For C++, Java, and C#:

double getDoubleValue(void);

Returns

The current object value as a double.

Description

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.