Qore Programming Language Reference Manual  0.8.7
 All Classes Namespaces Functions Variables Groups Pages
Pseudo_QC_Float.dox.h
1 
2 namespace Qore {
4 
5 class <float> : public <value> {
6 
7 public:
9 
30 string format(string fmt);
31 
32 public:
34 
45 bool intp();
46 
47 public:
49 
61 int sign();
62 
63 public:
65 
76 bool strp();
77 
78 public:
80 
94 int typeCode();
95 
96 public:
98 
112 bool val();
113 };
114 };