Returns the value of an expression result as a Double datatype.
Use the following syntax:
objectName.getDouble();
Use the following example Java code to get the result of an expression that returns a salary value as a double, where JExprSalary is a JExpression object: