Index
 
  The Wiring 1.0 _ALPHA_ Reference is a work in progress.
If you see any errors or have any comments, please write to: hbarragan [at] uniandes.edu.co
Name  

int()

   
Examples  
int i = int(245.456); 

Description   Converts a primitive datatype to its integer representation.
   
Syntax  
int(value)
   
Parameters  
value   int, long, float, char, byte or boolean

   
Returns   int
   
Usage   Application
   
Related   int
long()
float()
char()
byte()
boolean()