Function CSPVariant::GetFloat()
Description:
Retrieves the float value of the content, performing any possible conversion necessary.
 |
Prototype:
float GetFloat() const;
Arguments:
No arguments (void).
Return value:
Returns the float value contained.
See also:
member functions SetFloat(), operator float ()
|
|