aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/arduino/intcast.rst
blob: d6bcca455b2f7134b24cb8632e48138f6489e6de (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-intcast:

int()
=====

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

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



Syntax
------

int(x)



Parameters
----------

x: a value of any type



Returns
-------

int



See also
--------


-  `int <http://arduino.cc/en/Reference/Int>`_