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
unsigned long
Examples
unsigned long a; // Declare variable "a" of type int
a = 23; // Assign "a" the value 23
unsigned long b = -256; // Declare variable "b" and assign it the value -256
unsigned long c = a + b; // Declare variable "c" and assign it the sum of "a" and "b"
Description
Datatype for long integers (32 bits), numbers without a decimal point. Long integers can be as large as 4294967295 and as low as 0. They are stored as 32 bits (4 bytes) of information.
롱형 정수변수
형입니다. 십진
소숫점을 포함하지
않습니다. 롱형 정수는 4294967295
부터 0 까지 표시할수
있습니다. 32 비트 공간에
저장 됩니다.