Gambas Dokumentation
Application Repository
Code-Schnipsel
Compilation (Übersetzen) & Installation
Developer Documentation
Gambas Programmierschnittstelle alphabetisch
Gambas Programmierschnittstelle in Kategorien
Documents
Fehlermeldungen
How To's
Komponenten
Letzte Änderung
Lexikon
Registrieren
Sprachelemente alphabetisch
Übersicht der Sprachelemente
Wiki-Syntax
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
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