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