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

 
(사용자 2명의 중간 판 7개는 보이지 않습니다)
1번째 줄: 1번째 줄:
{{다른뜻|string to int}}
==개요==
==개요==
;integer date type; integer
;integer date type; integer
7번째 줄: 8번째 줄:


==같이 보기==
==같이 보기==
*[[MySQL에 2147483647 들어가는 현상]]
{{z컬럼3|
*[[바이트]]
* [[정수]]
*[[정수]]
* [[바이트]]
*[[Bool]]
* [[불리언]]
*[[자료형]]
* [[자료형]]
* [[int 배열]]
* [[int to string]]
* [[string to int]]
* [[MySQL에 2147483647 들어가는 현상]]
}}


==주석==
==참고==
<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


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

2023년 10월 5일 (목) 02:24 기준 최신판

  다른 뜻에 대해서는 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]
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}