Function CSPVariant::operator double()
Description:
Extracts the double value contained, performing any possible conversion if necessary. Same as GetDouble().
 |
Prototype:
operator double() const;
Arguments:
No arguments (void).
Return value:
Returns the double value contained.
|
|