Home / api / name / gb_integer 
GB_INTEGER
Syntax
typedef
  struct {
    GB_TYPE type;
    long value;
    long _reserved[2];
    }
  GB_INTEGER;

This structure represents an Integer Gambas value.


See also
Gambas Value Datatype