Home / api / name / gb_float 
GB_FLOAT
Syntax
typedef
  struct {
    GB_TYPE type;
    double value;
    long _reserved;
    }
  GB_FLOAT;

This structure represents a Float Gambas value.

See also

Gambas Value Datatype