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