Returns a numeric value
[C++]
operator double() const;
This function returns the value of a double contained in a COper,
and tries to convert it to a double if the COper contains any other data type. If the COper is missing, empty or not a double then the function returns 0.0.
Header: xllplus.h