Info
\
FAQ
Cover
\
Exhibition
\
Learning
\
Reference
\
I/O board
\
Download
\
Discourse
\
Contribute
Language
\
Libraries
\
Environment
\
Electronics
\
Comparison
\
Troubleshooting
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
long()
Examples
long i = long(245.456);
Description
Converts a primitive datatype to long integer representation.
Syntax
long(
value
)
Parameters
value
int, long, float, char, byte or boolean
Returns
long
Usage
Application
Related
long
int()
float()
char()
byte()
boolean()