Home > dev > api > name > gb_single 
 en fr de es it nl pl pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
GB_SINGLE
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.

See also

Gambas Value Datatype