aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/arduino/longcast.rst
blob: 9f31443ed5ffd5cf8d961879c3105f493e70864d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.. _arduino-longcast:

long()
======

Description
-----------

Converts a value to the
`long <http://arduino.cc/en/Reference/Long>`_ data type.



Syntax
------

long(x)



Parameters
----------

x: a value of any type



Returns
-------

long



See also
--------


-  `long <http://arduino.cc/en/Reference/Long>`_