Gambas/syntax/variables/type conversion
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
- CBool(<Expression>) "converts an expression into a boolean."
- CByte(<value>) "converts a value to a Byte."
- CDate(<value>) "converts a value to a Date."
- CFloat(<value>) "converts a value to a Float."