This method of the Variant Class retrieves the value of a VT_R8 Variant.
public double getDouble();
Returns the Variant object's value, which is converted to a Java double.
ClassCastException if the variant type is not VT_R8.