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  

byte()

   
Examples  
byte b = byte(260); 

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

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