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
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