Previous Next Edit Rename Undo Search Administration
| Documentation |
typedef
struct {
GB_TYPE type;
int value;
#if __WORDSIZE == 64
int _pad;
#endif
intptr_t _reserved[2];
}
GB_INTEGER;
This structure represents an Integer Gambas value.