Reference for Wiring 1.0 (ALPHA) 0017+. If you have a previous version, use the reference included with your software.
If you see any errors or have any comments, let us know.
Name
int
Examples
int a; // Declare variable "a" of type int
a = 23; // Assign "a" the value 23
int b = -256; // Declare variable "b" and assign it the value -256
int c = a + b; // Declare variable "c" and assign it the sum of "a" and "b"
Description
Datatype for integers, numbers without a decimal point. Integers can be as large as 32.767 and as low as -32,768. They are stored as 16 bits of information.
정수 데이터 형을
표시합니다. 십진
소숫점이 없는
정수이며 32767 에서 -32768
벙위입니다. 16비트
공간에 저장됩니다.