Dokumentaro de Gambaso
Compilation & Installation
Components
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

GB_FLOAT

typedef struct { GB_TYPE type; #if __WORDSIZE == 32 int _pad; #endif double value; #if __WORDSIZE == 64 intptr_t _reserved[2]; #endif } GB_FLOAT;

This structure represents a Float Gambas value.

See also