#include "YUI_util.h"#include <ycp/y2log.h>Defines | |
| #define | y2log_component "ui" |
Functions | |
| bool | isNum (const YCPValue &val) |
| float | toFloat (const YCPValue &val) |
|
|
|
|
|
Check if a YCPValue is a numerical value (YCPInteger or YCPFloat). |
|
|
Convert a numerical YCPValue (YCPInteger or YCPFloat) to float. |
1.4.6