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  

float()

   
Examples  
float f = float(true); 

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

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