Variable::GetFloatValue
Defined in:
Returns the variable value as a floating-point number.
C4Variables.h
Prototype
float GetFloatValue(void) const;
Description
The GetFloatValue
function returns the value of a variable as a floating-point number.
See Also