Gambas/syntax/variables/type conversion

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Gambas‎ | syntax‎ | variables
Revision as of 21:48, 13 May 2015 by Woozle (talk | contribs) (note that "Frac()" isn't listed in the official doc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Numeric

  • CInt(<value> "converts an expression into an Integer."
  • CLong(<value> "converts a value to a Long."
  • Frac(<Number>) "computes the fractional part of the Number."
  • Int(<Number>) "returns the mathematical integer part of Number, i.e. the greatest integer which is less than Number."

Other

Links