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