Principal > dev > api > name > gb_long 
 en fr de it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previo  Siguiente  Editar  Renombrar  Deshacer  Buscar  Administración  
Documentación  
¡Precaución! La página no está traducida.  Véase la versión inglesa 
GB_LONG
typedef
  struct {
    GB_TYPE type;
    #if __WORDSIZE == 32
    int _pad;
    #endif
    int64_t value;
    #if WORDSIZE == 64
    intptr_t _reserved[2];
    #endif
    }
  GB_LONG;

This structure represents a Long Gambas value.

Véase también

Tipo de Datos Gambas