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