"정수형"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
19번째 줄: 19번째 줄:
<references/>
<references/>


==참고 자료==
==참고==
*https://en.wikipedia.org/wiki/Integer_(computer_science)
*https://en.wikipedia.org/wiki/Integer_(computer_science)
*http://terms.naver.com/entry.nhn?docId=826149&cid=209&categoryId=209
*http://terms.naver.com/entry.nhn?docId=826149&cid=209&categoryId=209


[[분류: 자료형]]
[[분류: 자료형]]

2017년 7월 21일 (금) 02:32 판

  다른 뜻에 대해서는 string to int 문서를 참조하십시오.

1 개요

integer date type; integer
정수형, 인티저
  • 정수의 유한집합을 나타내는 자료형
  • 대표적으로 int형, 보통 32비트
[math]\displaystyle{ -2^{31} }[/math] ~ [math]\displaystyle{ -2^{31}-1 }[/math][1]

2 같이 보기

3 주석

  1. [math]\displaystyle{ -2147483648 }[/math] ~ [math]\displaystyle{ 2147483647 }[/math]

4 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}