Gentee Programming Language > Documentation > Syntax Download documentation

Table of Type Conversions

The table provides information about types which have conversion functions. Source types are listed in the rows, destination types are listed in the columns. The mark allocated in the cell shows that there are conversion functions for the specified types. If you would like to know about the possibility to convert data from int type to float type, you should find the row that contains float and the column with int. There is a mark in the obtained cell; therefore, you can use the function: float( <int> ).
 
 sbytebyteshortushortintuintfloatlongulongdoublebufstr
sbyte 
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •   
    byte
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •   
    short
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •   
    ushort
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •   
    int
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  • uint
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  • float
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  • long
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •   
  •  
  •  
  •  
  • ulong
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •   
  •  
  •  
  •  
  • double
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •   
  •  
  • buf    
  •  
  •  
  •       
    str
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •   


     Copyright © 2004-2006 Gentee Inc. All rights reserved.