typedef struct { GB_TYPE type; float value; #if __WORDSIZE == 64 float _pad; #endif intptr_t _reserved[2]; } GB_SINGLE;
This structure represents a Single Gambas value.
Gambas Value Datatype