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

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


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


==주석==
==주석==

2018년 7월 12일 (목) 14:26 판

  다른 뜻에 대해서는 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 }}