long
설명
long 변수는 숫자 저장을 위한 확장된 크기 변수이며, 32비트(4바이트)를 저장한다. -2,147,483,648 부터 2,147,483,647 까지.
정수로 수학을 하면, 숫자 중 적어도 하나는 L이 따라와야 하며, 그것이 강제로 long으로 된다. 자세한 건 Integer Constants 페이지를 보세요.
문법
long var = val;
매개변수
- var - long 변수 이름
- val - 변수에 할당되는 값
예제 코드
long speedOfLight = 186000L; // 정수 상수 에서 'L' 설명을 보시오.
더보기
- 언어 : 배열
- 언어 : boolean
- 언어 : byte
- 언어 : char
- 언어 : double
- 언어 : float
- 언어 : int
- 언어 : short
- 언어 : string
- 언어 : String()
- 언어 : unsigned char
- 언어 : unsigned int
- 언어 : unsigned long
- 언어 : void
- 언어 : word
- 언어 : Integer Constants
※ ARDUINO BUY RECOMMENDATION
Arduino UNO R3 | |
Arduino Starter Kit |
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.