Home > dev > api > name > gb_long 
 en fr de es nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Precedente  Successivo  Modifica  Rinomina  Undo  Search  Amministrazione  
Documentazione  
Attenzione! Questa pagina non รจ tradotta.  Vedi versione in inglese 
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.

Vedi anche

Gambas Value Datatype