Function CSPVariant::GetDouble()
Description:
Retrieves the double value of the content, performing any possible conversion necessary.
 |
Prototype:
double GetDouble() const;
Arguments:
No arguments (void).
Return value:
Returns the double value contained.
See also:
member functions SetDouble(), operator double ()
|
|