GB_FLOAT

typedef
  struct {
    GB_TYPE type;
    double value;
    long _reserved;
    }
  GB_FLOAT ;

This structure represents a Float Gambas value.